-
Notifications
You must be signed in to change notification settings - Fork 5
Support python 3.14, drop support for Python 3.11 #61
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
=======================================
Coverage 82.93% 82.93%
=======================================
Files 13 13
Lines 1313 1313
=======================================
Hits 1089 1089
Misses 224 224 🚀 New features to boost your workflow:
|
|
@sbillinge I think this can be merged? fyi |
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. Please confirm that a all mentions of 3.11/3.13 are updatd in docs/readme/workflows are hanlded.
|
@sbillinge Looks good everywhere. Looks like this change was already made under release scripts too https://github.com/scikit-package/release-scripts/tree/main/.github/workflows |
|
yay, passed tests in 3.14! |
|
it is running the wrong versions of python. We may need a PR in the centralized workflow that Bob missed. |
|
Also, we will need a release milestone and a release issue created on every repo. We have to decide if that should be a patch release or a proper release, i.e., |

closes #64