Drop Python 3.10 support, upgrade CI actions#6647
Closed
MaxGhenis wants to merge 5 commits intoPolicyEngine:mainfrom
Closed
Drop Python 3.10 support, upgrade CI actions#6647MaxGhenis wants to merge 5 commits intoPolicyEngine:mainfrom
MaxGhenis wants to merge 5 commits intoPolicyEngine:mainfrom
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 |
- Update requires-python to include Python 3.14 - Add Python 3.14 to classifiers in pyproject.toml - Update CI workflows to use Python 3.14 Fixes PolicyEngine#6626 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
35e4a7a to
bb2b822
Compare
Contributor
Author
Update - h5py blocker resolvedh5py 3.15.1 now has stable Python 3.14 wheels on PyPI, resolving the previous blocker. Rebased this branch on latest Depends on policyengine-core#435 (fresh PR replacing the closed #401). |
Python 3.14 blocked until `tables` (PyTables) ships 3.14 wheels. See PyTables/PyTables#1261. Keeping 3.10 drop and action upgrades. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Closing: stale draft. Will create a fresh PR if needed. |
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
.python-versionfrom 3.11 to 3.13requires-pythonto>=3.11,<3.14Python 3.14 support is blocked until
tables(PyTables) ships 3.14 wheels. See PyTables/PyTables#1261.Closes #6285
Test plan
🤖 Generated with Claude Code