giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 265 forks source link

Add Python 3.11 to GHA #590

Closed gliptak closed 1 year ago

gliptak commented 1 year ago

Signed-off-by: Gábor Lipták gliptak@gmail.com

gliptak commented 1 year ago

https://github.com/PyCQA/flake8/issues/1751

cjmayo commented 1 year ago

PyCQA/flake8#1751

Same problem, but looks like flake8-quotes here.

https://github.com/zheller/flake8-quotes/issues/110

Maybe pinning flake8 is the best option.

https://github.com/giampaolo/pyftpdlib/blob/278466048b5f1612ba178b35243925be2e6717ac/Makefile#L13

gliptak commented 1 year ago
The conflict is caused by:
    flake8 5.0.4 depends on pyflakes<2.6.0 and >=2.5.0
    autoflake 2.0.0 depends on pyflakes>=3.0.0
giampaolo commented 1 year ago

Merging. Thanks.