Add Python 3.14 support, drop 3.10#536
Merged
MaxGhenis merged 1 commit intoPolicyEngine:masterfrom Feb 24, 2026
Merged
Conversation
Contributor
Author
Status UpdatePython 3.14 was released on October 7, 2025. CI tests are currently failing because h5py doesn't have Python 3.14 wheels yet. Current Situation
Next StepsThis PR will remain in draft status until h5py 3.15 is released on PyPI. Once that happens, CI should pass and the PR can be marked ready for review. Tracking: h5py/h5py#2713 |
- Add Python 3.14 classifier, set requires-python >= 3.11 - Update CI workflows to test on Python 3.14 with allow-prereleases - Upgrade checkout to v4, setup-python to v5, codecov to v4 - Add .python-version for uv default - Add towncrier changelog fragment Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
03d4e0b to
4af7d1a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
requires-python >= 3.11(following SPEC 0 policy)allow-prereleases: true.python-version(3.14) for uv defaultContext
policyengine-core just merged Python 3.14 support, and PyTables 3.11.0 now has wheels for 3.14.
Fixes #535