Python 3.13 3.14 support #3334
Open
alastairtree wants to merge 3 commits into
Open
Conversation
Widen requires-python to >=3.10,<3.15 and add 3.13/3.14 classifiers. All runtime dependencies already ship wheels for 3.13 and 3.14.
Bump lxml, numpy, scipy, astropy, and related packages to versions that ship cp313/cp314 wheels (previous pins predated 3.13/3.14 releases). Cap pandas at <3 to avoid pulling in the new pandas 3.0 major version as a side effect of the resolver picking up 3.14 wheel support.
Collaborator
Author
|
Couple of tests are failing in python 3.10 here but given this just adds different python versions I don't that this pr introduced those errors. Otherwise I think this is ready for review and merge. |
Collaborator
|
@alastairtree - the fact that the CI is failing on python 3.10 on this PR is an indication that bumping up to python 3.13 or 3.14 forces poetry to bump up certain dependencies which then cause a regression. You are modifying the lock file after all. You may want to open a dummy PR that does something innocuous like updating a README, and I bet it will pass the CI, indicating that none of the upstream dependencies currently used by our |
Collaborator
Author
|
I'll give it another look and double check, thanks. |
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.
See #3085