Support for Python 3.13#6600
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6600 +/- ##
==========================================
+ Coverage 78.29% 78.29% +0.01%
==========================================
Files 566 566
Lines 42764 42766 +2
==========================================
+ Hits 33479 33481 +2
Misses 9285 9285 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
agoscinski
added a commit
to agoscinski/aiida-core
that referenced
this pull request
Nov 4, 2024
Recstrict Python version ito strictly below 3.13 until we have resolved the dependency issues in PR aiidateam#6600.
This was referenced Nov 4, 2024
Merged
d4e76c3 to
3d72b40
Compare
6b7ba3c to
0c1b29d
Compare
Collaborator
Author
|
Some tests fail because I still circus from testpypi and I haven't added extra-requires at these places. In the end we want to publish the package so the important test that fails is ci-code for py313 that fails because of Need to figure this out |
7670532 to
a5c2200
Compare
25a87f5 to
0efcfb6
Compare
f317e84 to
d4f34d6
Compare
1e1138f to
ef7418e
Compare
3cc48bf to
61d2012
Compare
61d2012 to
1576553
Compare
agoscinski
added a commit
that referenced
this pull request
Apr 30, 2025
This change has been forgotten to add in PR #6600 (eb34b0)
agoscinski
added a commit
that referenced
this pull request
Apr 30, 2025
This change has been forgotten to add in PR #6600 (eb34b0)
GeigerJ2
pushed a commit
to GeigerJ2/aiida-core
that referenced
this pull request
May 1, 2025
…di and presto jobs in `ci-code` workflow (aiidateam#6843) This change was forgotten and not included in PR aiidateam#6600 (eb34b0)
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.
This is a draft for supporting python 3.13. Need to further debug dependencies
So far circus needs to be updated. Since the HEAD of the master branch seems to have fixed most issues on python 3.13, I wanted to test it and published a 0.19.0 version on test pypi from my fork https://github.com/agoscinski/circus
So far numpy needed an update to at least 1.26.2, versions before limited the python version to 3.12 (I am actually not sure how the requirements.txt got to 2.26.1 from the 1.21 in the pyproject.toml).
pandas does not offer binaries for python 3.13 until most recent version 2.2.3, and compiling it during installation fails.
Current issue, that need a bit investigation. I just did not have more time to look into it