-
Notifications
You must be signed in to change notification settings - Fork 6
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
Test Python 3.12. #205
Test Python 3.12. #205
Conversation
Also limit the number of jobs that run on limited macOS and windows runners.
Codecov Report
@@ Coverage Diff @@
## main #205 +/- ##
=======================================
Coverage 70.02% 70.02%
=======================================
Files 21 21
Lines 884 884
Branches 159 159
=======================================
Hits 619 619
Misses 220 220
Partials 45 45 |
Correction: Windows runners are not limited (https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration). However, Windows runners are slower than the Linux runners, so Linux is preferred for the full matrix. |
Minimal was identical to newest.
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.
Okay with this as-is but see note on testing oldest versions?
Description
Test on Python 3.12. Also limit the number of jobs that run on limited macOS and windows runners.
Motivation and Context
This PR limits macos and windows to 1 job each on the newest version of python and tests the full matrix on Linux.
Checklist: