Skip to content

No wheels for Python3.13 #2436

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

Closed
david-cortes-intel opened this issue May 6, 2025 · 2 comments
Closed

No wheels for Python3.13 #2436

david-cortes-intel opened this issue May 6, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@david-cortes-intel
Copy link
Contributor

The PyPI page mentions that supported python versions are >=3.9, <3.14:

Image

The setup.py file also appears to suggest this:

dpnp/setup.py

Line 86 in 5a9daef

python_requires=">=3.9,<3.14",

Yet, there are no wheels available for python=3.13, nor conda binaries:

Image

@antonwolfy
Copy link
Contributor

@david-cortes-intel thank you for submitting the issue.

The dpnp 0.17.0 release wasn't supposed to provide python 3.13 support.
The correct requirement has to be python_requires=">=3.9,<3.13". It definitely has to be fixed.

At the same time, python 3.13 is not listed as a supported language on the PyPI page:

Image

@antonwolfy antonwolfy added the bug Something isn't working label May 6, 2025
@antonwolfy
Copy link
Contributor

Resolved in scope of #2462

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants