-
Notifications
You must be signed in to change notification settings - Fork 176
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
[8.0] use python 3.11 by default #7136
Conversation
@andresailer would you have an idea about the doc fails now? |
These warnings probably:
|
This is an inherited docstring from a builtin(?, enum). I need to remember how to deal with that... |
Comes from https://github.com/DIRACGrid/DIRAC/blob/integration/src/DIRAC/FrameworkSystem/private/standardLogging/LogLevels.py#L9-L18 and only appearing now in python 3.11 |
That doesn't fix it, trying locally now... |
That should do it... |
Fine for me, thanks @andresailer For everyone else, a few bullets:
|
@@ -16,6 +16,7 @@ classifiers = | |||
Programming Language :: Python :: 3 | |||
Programming Language :: Python :: 3.9 | |||
Programming Language :: Python :: 3.10 | |||
Programming Language :: Python :: 3.11 |
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.
Do we want to bump python_requires
? Or let Python 3.9 continue on a best-effort basis?
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 think it's fine to continue 3.9.
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.
In that case shall we at least leave a pylint (and possibly a pytest) job lying around for Python 3.9
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.
In that case shall we at least leave a pylint (and possibly a pytest) job lying around for Python 3.9
Just added them.
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/5748948960 Failed:
|
No description provided.