-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add Python 3.13 to the testing matrix #597
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #597 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 2149 2149
Branches 245 245
=========================================
Hits 2149 2149
Flags with carried forward coverage won't be shown. Click here to find out more. |
Marking as draft. 3.12.0 was only released a couple of weeks ago, and we were only then able to add 3.12 due to missing dependency wheels, so this PR may be sitting around for a year or so... |
The failure seems to be caused by
There are already a couple of related issues upstream: |
I pinned |
Python 3.13 support was added to the
setup-python
action recently:This PR adds it to the testing matrix.