-
Notifications
You must be signed in to change notification settings - Fork 971
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
base: main
Are you sure you want to change the base?
Conversation
b30d474
to
5e0b3d2
Compare
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.
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"} |
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.
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
d14cce7
to
8a79e15
Compare
Signed-off-by: Patrick Bloebaum <[email protected]>
8a79e15
to
816d6f0
Compare
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]>
No description provided.