-
Notifications
You must be signed in to change notification settings - Fork 6
Drop Python 3.8 and Add Python 3.12 Support #22
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
Drop Python 3.8 and Add Python 3.12 Support #22
Conversation
1531bf5 to
efc46e3
Compare
|
Hi, @feanil - tagging you to run the workflows and merge this Python 3.12 upgrade PR. Thanks! |
feanil
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.
Small change to the coverage section and then this will be good to merge and release.
|
Hmm, for some reason the CI workflow did not run yet. need that run and passing before we can merge this. |
There were spacing related syntax errors that needed to be resolved.
97441f3 to
d494e15
Compare
The tox env can't run if the underlying python version doesn't exist.
d494e15 to
8052ce5
Compare
Description: Removed python 3.8 instances and added support for python 3.11 and 3.12.
Also removed
sixpackage, as we are no longer supporting older python versions.Merge deadline: List merge deadline (if any)
Installation instructions: List any non-trivial installation
instructions.
Testing instructions:
Ran make commands for testing:
make test-allmake validateReviewers:
Merge checklist:
Post merge:
finished.
Author concerns: List any concerns about this PR - inelegant
solutions, hacks, quick-and-dirty implementations, concerns about
migrations, etc.