- Notifications
You must be signed in to change notification settings - Fork52
python-gssapi incompatible with Cython 3.1, set upper limit#360
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
python-gssapi incompatible with Cython 3.1, set upper limit#360
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: maico <maico.timmerman@adyen.com>
3587eda to18729a6Comparejborean93 commentedMay 26, 2025
I'm very reluctant to do this as it will typically mean that newer CPython versions will now require a release with a changed build range anyway. I can certainly build gssapi on some Linux distros so it seems like a C99 compiler is available in some cases. We'll need to try and figure out when that has happened and whether it's wide spread enough to need something extra to constrain it or not. |
This pull request is stale because it has been open for 4 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. |
jborean93 commentedSep 2, 2025
I'm trying out pinning a specific Cython version to enable more deterministic builds with#363. I may move back in the future if that turns out to have more overhead/maintenance needed but let's see how we go for now. While this means that some older distro's might need extra flags to be set for things like the C99 compiler they can continue to use older releases or the workarounds needed. The aim here is for the latest to support the current Python and distro versions still in mainline support. |
Uh oh!
There was an error while loading.Please reload this page.
Cython 3.1.0 will require C99 compatible C compiler, as percython/cython#6861 (comment)
Fixes#359