You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Drop support of end-of-life Python 3.9
Python 3.9 was officially EOL in October of 2025. We're already
starting to see some packages like pyupgrade drop 3.9. The
pyupgrade library is a dependency for pre-commit.
This change:
* removes testing on 3.9
* updates classifier without 3.9
* sets minimum Python install ver to 3.10
* sets default tox environment to 3.10
* removes mentions of 3.9 related comments
https://devguide.python.org/versions/
Signed-off-by: Eric Brown <[email protected]>
* Quote version strings in workflow
Signed-off-by: Eric Brown <[email protected]>
* Run readthedocs in 3.10
Signed-off-by: Eric Brown <[email protected]>
---------
Signed-off-by: Eric Brown <[email protected]>
0 commit comments