-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
Update supported versions: remove Python 3.7 and add Python 3.12 #1017
Update supported versions: remove Python 3.7 and add Python 3.12 #1017
Conversation
as described at https://devguide.python.org/versions/ Fixes: gorakhargoshGH-971
You can grep the whole source code with "3.7" & "37" and adapt here and there. |
4ed9b8d
to
e476b7f
Compare
tox.ini
: Update supported versionsIt seems tox doesn't support it yet.
I seeked and destroyed I think the relevant cases of
|
Maybe also tweak:
|
Haha I was just going to say that I just remembered that
|
I think you can add 3.12 to the CI + tox. It will fail for a time, but then it will run automagically when tox will support 3.12 (without having us to check for updates on their side). |
This reverts commit 75c3edf.
as described at https://devguide.python.org/versions/
Fixes: GH-971
There's probably more that needs to be done with GitHub Actions,
README.rst
,changelog.rst
, but this is a start...