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
Please add a hint in the description that this project cannot yet be build with Python 3.13 (at least three packages try to build wheels which all fail to get build). The latest possible version seems to be Python 3.12 for now.
E.g. for pyproject.toml:
requires-python = ">=3.10,<3.13"
The text was updated successfully, but these errors were encountered:
Please add a hint in the description that this project cannot yet be build with Python 3.13 (at least three packages try to build wheels which all fail to get build). The latest possible version seems to be Python 3.12 for now.
E.g. for
pyproject.toml
:requires-python = ">=3.10,<3.13"
The text was updated successfully, but these errors were encountered: