-
Notifications
You must be signed in to change notification settings - Fork 26
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
CI: check python 3.11 #159
Conversation
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.
Looks good to me.
Although we would break master if we were to merge this without the recommended changes by black.
You'd need to check if the formatting suggestions in python 3.11 do not break the checks in 3.6.
error after d3d84c6:
|
error after
|
0bb920e
to
8e14cd4
Compare
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.
pylint backwards compatibility with 3.6 not broken?
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.
Check previous comment
Warning after 8e14cd4
|
38d079d
to
081d807
Compare
The output of the make check with python 3.11 is different that with python 3.6 Adding a new test more with 3.11 to check with the max and min desp supported.
Fixed: > The following actions uses node12 which is deprecated and > will be forced to run on node16: actions/checkout@v2, > actions/setup-python@v2. For more info: [1] [1] https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
081d807
to
942a175
Compare
The output of the make check with python 3.11 is different that with python 3.6
Adding a new test more with 3.11 to check with the max and min desp supported.