-
Notifications
You must be signed in to change notification settings - Fork 1
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
[#692] Add support for Python 3.11. #693
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #693 +/- ##
==========================================
- Coverage 79.51% 79.47% -0.05%
==========================================
Files 52 52
Lines 7797 7800 +3
Branches 781 1275 +494
==========================================
- Hits 6200 6199 -1
- Misses 1330 1333 +3
- Partials 267 268 +1 see 8 files with indirect coverage changes
|
@dumol can you please review the list of supported OSes for pythia + chevah/compat and see what needs to be done to make this green. thanks needs-review |
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.
Some minor fixes for Docker-based testing in my commits above.
Notice that testing specifically on a clone of RHEL 8.2 is no longer required, as we no longer link to the system OpenSSL libs on RHEL 8.
If you merge this into master, I could try re-enabling compat tests in Pythia. |
I will try to get this merged... this dependes on #132 but that PR is now open for review. This code over here is the transition from 3.8 to 3.11 thanks |
Scope
Fixes #692
This updates compat to work with Python 3.11.
Changes
Use a newer brink that contains the nose patching for 3.11
How to try and test the changes
reviewers: @dumol
more of a FYI
this is to make sure CI is green on 3.11