-
Notifications
You must be signed in to change notification settings - Fork 269
python 3.13 (which requires cython 3) remove 3.8 #751
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: master
Are you sure you want to change the base?
Conversation
Unfortunately trying to install this branch with poetry fails, even without a lot of output :-\
In a python 3.13.2 environment. |
Here is the output:
|
Previously Cython < 3.x.x support has been kept for I guess we can just increment the Cython minimum supported version to the latest available and change the supported Python versions accordingly. (maybe in a separate PR) Specifically:
|
recent comments on #739 suggested problems building on Python 3.13; Through experimentation on GHAs, I found that Python 3.13 requires Cython 3.
The enclosed PR forces use of Cython 3 for Python 3.13.
Thanks to @gituser789 and @white-gecko for spotting it was about Python versions.