hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.56k stars 290 forks source link

Drop no longer supported python versions #637

Closed heavenshell closed 2 years ago

heavenshell commented 2 years ago

ref https://github.com/hhatto/autopep8/pull/636

ERROR: Could not find a version that satisfies the requirement pycodestyle>=2.9.0 (from autopep8==1.6.0) (from versions: 1.8.0.dev0, 2.0.0a1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.5.0, 2.6.0a1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pycodestyle>=2.9.0 (from autopep8==1.6.0)

Unfortunally pycodestyle 2.9.0 does not support old version. So I think it's time to drop old python version.

This PR remove old python version from GitHub action and tox

hhatto commented 2 years ago

ci is success in #640 merge this.

Thanks