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
Thanks. Marked for the next release, would indeed be good to just unconditionally do >=0.29.29,<3.0.
and no longer pin to 0.29.x branch on Python 3.11+.
This part seems wrong, we want to keep the <3.0 part of the requirement. Note that you're perfectly free to build with 3.0 alphas locally, we just shouldn't do that in pyproject.toml.
I opened a PR over at Cython (cython/cython#4780) to start testing Python 3.11 without allowed_failure tag enabled. There are currently two issues found with Python 3.11 on the master branch, when they are fixed and the CI PR is merged I will suggest cherry picking them to the 0.29.x branch.
Proposed new feature or change:
We should update to Cython
0.29.29
(when released) and no longer pin to0.29.x
branch on Python 3.11+.See #21308.
The text was updated successfully, but these errors were encountered: