-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Python 3.12 support #272
Comments
I'm able to run tests with python 3.12.0 but I get a new warning.
And with Green we get:
@CleanCut I can probably take a look over the long weekend but if you are around I would like to discuss a few things:
|
This is not necessarily what I would PR, but this patch got the warnings to go away with Python 3.12.0:
Posting here so others can get unstuck while a new release can get published with a full fix. |
@sodul Cool! Feel free to open up a PR. 👍 |
Sidenote: Sorry for the delay(s) in my response(s). I'm going through some major life changes at the moment which are consuming all of my time. I'll try to check in more often, and I welcome all the help I can get. |
Hi, I was testing the brand-new-released Py3.12 on common libraries I use, and green is failing to run tests with the following error:
It appears to be related to this change: https://docs.python.org/3.12/whatsnew/3.12.html#configparser
Running the tests with
python -m unittest
works as expected.The text was updated successfully, but these errors were encountered: