c4urself / bump2version

Version-bump your software with a single command
https://pypi.python.org/pypi/bump2version
MIT License
1.05k stars 135 forks source link

Drop py36, add tests against py39 #242

Open clbarnes opened 2 years ago

clbarnes commented 2 years ago

Supersedes #226 , as it uses the GHA config.

Originally included 3.10 as well but there's some subtle difference in the --help output format which needs a bit more care, where this goes in nice and easy.

clbarnes commented 2 years ago

Outstanding questions; should we drop EOL versions just because they're EOL, or should we keep them around as long as they work, and let every subsequent contributor decide whether their particular usage of modern features is the one which motivates kicking off the old version? IMO, tools dropping support for unsupported python versions is the only way to keep the ecosystem moving forward, as well as simplifying the dev and test process.