-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
added python 3.11 workflow #7
Conversation
Just trying to copy from zeromq/pyzmq#1657. |
I was able to reproduce the failure here: kliem#1. So maybe it makes sense to force the version of the dependencies for the workflow, so that we will see incompatibilities. @mkoeppe What do you think. Make a prerelease and test it with https://trac.sagemath.org/ticket/33842? |
Yes, sounds good |
A bit of testing is useful. Turns out that cython version |
@videlec This would then be something like? |
Indeed. Ubuntu 20.04 ships Python 3.8.2 and Cython 0.29.4. It seems safe to only have the Cython requirement for Python version > 3.10. |
This tests (and shall eventually fix) #6