Bump python range to >=3.10,<3.15#343
Open
thaihientran wants to merge 1 commit into
Open
Conversation
Bumps Python from `>=3.9, <=3.13` to `>=3.10, <3.15`. Drops 3.9 and allows 3.13/3.14. Adds a python marker (`>=3.10,<3.13`) on the qm-qua dep because the latest qm-qua wheel published on public PyPI (1.2.6) caps at `<3.13`. The marker should be dropped once a qm-qua wheel supporting `<3.15` is published to PyPI; until then qm-qua will not install on Python 3.13+. Updates the lower-bound scipy marker accordingly (3.9 -> 3.10). Co-Authored-By: Claude Opus 4.7 (1M context) <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
>=3.9, <=3.13to>=3.10, <3.15. Drops 3.9; allows 3.13/3.14.>=3.10,<3.13) onqm-quabecause the latest public-PyPIqm-quawheel (1.2.6) caps at<3.13. Until a<3.15qm-quawheel is published to PyPI,qm-quawill not install on Python 3.13+. Marker should be dropped at that point.scipymarker from>=3.9,<3.13to>=3.10,<3.13to match.Test plan
🤖 Generated with Claude Code