You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The PyPI page mentions that supported python versions are >=3.9, <3.14:
The
setup.py
file also appears to suggest this:dpnp/setup.py
Line 86 in 5a9daef
Yet, there are no wheels available for python=3.13, nor conda binaries:
The text was updated successfully, but these errors were encountered: