Skip to content

Add Python 3.13 support and update dependencies #1328

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bloebp
Copy link
Member

@bloebp bloebp commented Jun 23, 2025

No description provided.

@bloebp bloebp force-pushed the python313_support branch 2 times, most recently from b30d474 to 5e0b3d2 Compare June 23, 2025 18:53
Copy link
Member

@amit-sharma amit-sharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for starting this PR, @bloebp Added a comment for including cython >=3 also, if possible.

pyproject.toml Outdated
{version = ">=1.7", python = "<3.9"},
{version = ">=1.10", python = ">=3.9"}
{version = ">=1.7,<1.14", python = "<3.9"},
{version = ">=1.10,<1.14", python = ">=3.9"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for python 3.13, we may need to upgrade scipy to >=1.15---from this page 1.15 onwards has support for pre-built wheels for py3.13

@bloebp bloebp force-pushed the python313_support branch 19 times, most recently from d14cce7 to 8a79e15 Compare June 24, 2025 18:53
@bloebp bloebp force-pushed the python313_support branch from 8a79e15 to 816d6f0 Compare June 24, 2025 19:03
@bloebp
Copy link
Member Author

bloebp commented Jun 24, 2025

Ok I am running into a lot of issues here. Will need some help in revising/cleaning up the workflows:

Signed-off-by: Amit Sharma <[email protected]>
Signed-off-by: Amit Sharma <[email protected]>
Signed-off-by: Amit Sharma <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants