-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add support for Python 3.12 #75
Add support for Python 3.12 #75
Conversation
The failing Python 3.7 job is unrelated. Python 3.7 is EOL, I recommend dropping support for it. (As it happens, Python 3.8 is also EOL today.) |
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.
Good job. Can you make some small changes?
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.
I recently add some commits in the master branch. Can you pull my changes and rebase on it? Thanks
Updated! |
abcb4e9
into
laurent-laporte-pro:master
Tests use pkg_resources, which is part of setuptools and not included by default in Python 3.12+.