-
Notifications
You must be signed in to change notification settings - Fork 125
Add Python 3.13 to CI #3103
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
Merged
Merged
Add Python 3.13 to CI #3103
Changes from 39 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
bb74a5f
Add support for Python 3.13
JCGoran 2a7c9cf
Missed one instance
JCGoran 831b2bc
Consistent `neuron_wheel` tags
JCGoran 387ee95
Rerun CI
JCGoran 8d4f106
Merge remote-tracking branch 'origin/jelic/test_313' into jelic/test_313
JCGoran 75b07cd
Upgrade Python orb in circle CI
JCGoran a5ffdfc
Try suggestion
JCGoran 01320a7
Try in the right location
JCGoran 9821eaf
Fix issue on Python 3.13.1
JCGoran 714c81b
Missed one
JCGoran 1e4bced
And another
JCGoran 6f967c1
Fix rest of issues with iterables
JCGoran ff010a7
One more
JCGoran 460e12b
More casting to list
JCGoran 8262448
Another one
JCGoran 0564d49
Another
JCGoran e474bbf
Python 3.13.1 failure for [s for s in sl] where sl is a SectionList.
nrnhines bf3cc7e
Update doc for h.SectionList()
nrnhines 781a75c
Revert list changes
JCGoran bb33d12
Merge branch 'hines/seclist-iter' into jelic/test_313
JCGoran fb30bb5
Add workaround for `install_name_tool` issue
JCGoran 4c9c9d7
Typo
JCGoran e700d85
Try single quotes
JCGoran 25bb7ae
Merge branch 'jelic/test_313' into circleci/py313
JCGoran 9e96b90
Update pyenv
JCGoran 2c2da0c
I don't know anymore
JCGoran a4ff914
Do not copy dockerfile
JCGoran 3d23437
Revert "Do not copy dockerfile"
JCGoran bcf17f2
yYYYYYY
JCGoran 5c23c80
Test
JCGoran 4158389
Try manually
JCGoran 4200be8
Print version
JCGoran d01a188
Add back most of it
JCGoran b6bbe92
Fix image
JCGoran 349372a
Missing venv
JCGoran 660dd91
Merge branch 'master' into jelic/test_313
JCGoran 2d4fb82
Bring back original
JCGoran 64f4a32
Merge branch 'circleci/py313' into jelic/test_313
JCGoran 6e959fb
Update image
JCGoran 95074a2
Update Dockerfile
JCGoran d8cfdc4
Install lib
JCGoran 0c8ea49
Explicitly install all deps
JCGoran 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ on: | |
- release/** | ||
|
||
env: | ||
DEFAULT_PY_VERSION: '3.12' | ||
DEFAULT_PY_VERSION: '3.13' | ||
|
||
jobs: | ||
documentation: | ||
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.