-
Notifications
You must be signed in to change notification settings - Fork 152
Support for Python 3.14 #4303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
valeriupredoi
wants to merge
44
commits into
main
Choose a base branch
from
python3.14
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Support for Python 3.14 #4303
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
ba09729
unpin iris and test with Python 3.14
valeriupredoi ca34003
run test GHA
valeriupredoi a3e9b03
unpin iris
valeriupredoi 1843772
comment out pys2index
valeriupredoi 39ddeb8
Merge branch 'main' into python3.14
valeriupredoi 30f1fe7
Merge branch 'main' into python3.14
valeriupredoi 56184fd
restore pys2index in env files
valeriupredoi 1affdab
Merge branch 'main' into python3.14
valeriupredoi cca7ba8
Merge branch 'main' into python3.14
valeriupredoi 89f10f6
Merge branch 'main' into python3.14
valeriupredoi 36eb9cd
Merge branch 'main' into python3.14
valeriupredoi 97ddb09
Merge branch 'main' into python3.14
valeriupredoi 9b41126
pin numpy
valeriupredoi b4e37d8
Revert "pin numpy"
valeriupredoi 1a578a2
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool
valeriupredoi fb28bae
Merge branch 'main' into python3.14
valeriupredoi f594f61
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool
valeriupredoi 30af678
Merge branch 'main' into python3.14
valeriupredoi e0fae3f
try see if pys2index is the issue
valeriupredoi db3f495
reinstate pys2index
valeriupredoi da96f60
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool
valeriupredoi ebb27c0
Merge branch 'main' into python3.14
valeriupredoi 59af905
Merge branch 'main' into python3.14
valeriupredoi 301ac70
Merge branch 'main' into python3.14
valeriupredoi b68e570
Merge branch 'main' into python3.14
valeriupredoi 70bfcac
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool
valeriupredoi 0efe699
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool
valeriupredoi 82e4ac2
Merge branch 'main' into python3.14
valeriupredoi 41cd01f
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool
valeriupredoi 67bcdbf
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool
valeriupredoi 0e04bbc
Merge branch 'main' into python3.14
valeriupredoi 1b03658
restore GHA to main branch standards
valeriupredoi 3f8c260
enable Python 3.14
valeriupredoi 6e991fc
run GHA test with 3.14
valeriupredoi 00074d7
actually run test GHA
valeriupredoi a620619
ah typo
valeriupredoi 473762c
update pixi lock
valeriupredoi b6bcc63
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool
valeriupredoi d4af838
Merge branch 'main' into python3.14
valeriupredoi 12e9342
skip running test on cmorizers that need pys2index
valeriupredoi 59089ea
ruff it
valeriupredoi 3e29329
add note for not working cmorizers
valeriupredoi 5792e65
unrun gha
valeriupredoi 416f169
add 314 run gha
valeriupredoi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we put this dependency in a feature and add that feature to the Python 3.12 and 3.13 envs only? Like that it will still work if you use a development installation with one of those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mhm that's a good idea!