chore: support py313#233
Open
ovesh wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Once merged and a release is created, need to edit this line in the feedstock to enable py313 in the auto-created PR. |
override numpy pin to 2.x for Python 3.13 compat fixes #102
79c7166 to
0e1eec0
Compare
SophiaPerzan-DG
approved these changes
May 14, 2026
ovesh
commented
May 15, 2026
| dependencies: | ||
| - appdirs>=1.4.0 | ||
| - numpy <2.0dev0 | ||
| - python>=3.9.0,<3.13.0 |
Contributor
Author
There was a problem hiding this comment.
py39 support removed a while ago, this spot was forgotten.
ovesh
commented
May 16, 2026
| setup( | ||
| author="Deep Genomics", | ||
| author_email="info@deepgenomics.com", | ||
| python_requires=">=3.9, <4", |
Contributor
Author
There was a problem hiding this comment.
py39 support removed a while ago, this spot was forgotten.
s22chan
approved these changes
May 18, 2026
Collaborator
s22chan
left a comment
There was a problem hiding this comment.
Wonder if it's possible just to build at 3.10 and use the https://docs.python.org/3.13/c-api/stable.html#c.Py_LIMITED_API
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.
override numpy pin to 2.x for Python 3.13 compat
fixes #102