-
Notifications
You must be signed in to change notification settings - Fork 9
Update Python versions to 3.9-3.13 #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
koiuo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @palfrey
Thanks a lot for the fix.
WDYT about dropping python 3.7 instead?
Not arguing one is better than the other, just trying to get a better perspective.
In any case, feel free to merge as is
I'm pro dropping 3.7 (and 3.8 TBH given it's EoL), but wasn't sure if you needed it still. It doesn't cause any maintenance issues yet AFAIK. |
Done. Tried adding 3.12/3.13, but they both hit setuptools issues, due to a combination of https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and https://bugs.launchpad.net/pbr/+bug/2107732 |
For reference, I can't merge this as you're the one with the permissions there :) |
Sorry, haven't touched this in a while, so I forgot how it is 😃 |
No description provided.