Skip to content
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

Fix Cython 3 Compatibility #321

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Conversation

jborean93
Copy link
Contributor

Fixes compatibility with Cython 3 by fixing up the import so it doesn't try and do a recursive import. This also increases the upper bound for Cython to 4.0.0 now that 3.0.0 is compatible.

Fixes: #319

Fixes compatibility with Cython 3 by fixing up the import so it doesn't
try and do a recursive import. This also increases the upper bound for
Cython to 4.0.0 now that 3.0.0 is compatible.

Signed-off-by: Jordan Borean <jborean93@gmail.com>
@jborean93 jborean93 mentioned this pull request Jul 17, 2023
@jborean93 jborean93 merged commit d9200d1 into pythongssapi:main Jul 20, 2023
37 checks passed
@jborean93 jborean93 deleted the cython3 branch July 20, 2023 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cython 3 compatibility
1 participant