Conversation
Collaborator
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 |
416fdfe to
16df366
Compare
- Add Python 3.14 classifier and python_requires >= 3.11 to setup.py - Update CI workflows from Python 3.11 to 3.12 - Update Docker images from Python 3.11 to 3.12 - Remove stale faiss-cpu<1.8.0 version pin (no such versions exist) - Replace pre-built container in test job with setup-python + redis - Update stale test_utah expected values for policyengine_us 1.562.3 - Add .python-version for 3.14 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16df366 to
1e18234
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2828 +/- ##
==========================================
- Coverage 70.76% 70.10% -0.67%
==========================================
Files 56 56
Lines 2398 2398
Branches 341 419 +78
==========================================
- Hits 1697 1681 -16
Misses 641 641
- Partials 60 76 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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_requires >= 3.11(dropping 3.10)python:3.11topython:3.12faiss-cpu<1.8.0version pin (all current releases are >= 1.8)setup-python+ redis (the old container used Python 3.10, incompatible withpython_requires >= 3.11)test_utahexpected values for policyengine_us 1.562.3.python-versionfile for 3.14Follows policyengine-core's recent Python 3.14 support merge. PyTables 3.11.0 now ships wheels for 3.14.
Fixes #2822