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 |
- Update classifiers to 3.11-3.14, set python_requires >= 3.11 - Add Python 3.14 to CI test matrix (pr.yaml) - Update all GitHub Actions to latest versions (checkout v4, setup-python v5, codecov v4) - Update push.yaml to use Python 3.14 - Add .python-version for uv default - Fix url in setup.py to point to policyengine-ng (not core) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
201401b to
af72576
Compare
- Format entities.py with black (missing blank line) - Update Makefile to use myst build (jupyter-book 2.x compat) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- codecov-action@v4 requires a token; revert to v3 for compat - Remove documentation build step (jupyter-book 2.x broke jb CLI; doc build fix belongs in separate PR) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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, following SPEC 0).python-versionfor uv defaulturlin setup.py to point to policyengine-ngmyst buildfor jupyter-book 2.x compat)Context
policyengine-core recently merged Python 3.14 support, and PyTables 3.11.0 now has wheels for 3.14.
Fixes #21