-
Notifications
You must be signed in to change notification settings - Fork 54
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
Enable support for Python 3.8 thru 3.12 #1165
Enable support for Python 3.8 thru 3.12 #1165
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1165 +/- ##
==========================================
+ Coverage 38.32% 38.52% +0.20%
==========================================
Files 163 163
Lines 36852 36872 +20
Branches 5994 6107 +113
==========================================
+ Hits 14123 14205 +82
+ Misses 21610 21553 -57
+ Partials 1119 1114 -5 ☔ View full report in Codecov by Sentry. |
The pytest failures for Python 3.10 on Linux seem to be the same as the errors mentioned here: #1036 (comment) |
19fc8b5
to
67695dc
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.
LGTM
247fac5
to
72b3df4
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.
LGTM
Summary/Motivation:
Testing whether FOQUS works with Python 3.10 and 3.11
Changes proposed in this PR:
Adding Python 3.10 and 3.11 to CI checks
Legal Acknowledgement
By contributing to this software project, I agree to the following terms and conditions for my contribution: