Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Python3.11 support #72

Merged
merged 3 commits into from
Nov 5, 2022
Merged

Add Python3.11 support #72

merged 3 commits into from
Nov 5, 2022

Conversation

steppi
Copy link
Collaborator

@steppi steppi commented Nov 5, 2022

This PR regenerates _score.c with Cython 0.29.32. The previously _score.c was failing to build on Python 3.11 as pointed out in gh-71. This PR should resolve gh-71.

@steppi steppi changed the title Regenerate _score.c with the latest Cython version. Add Python3.11 support Nov 5, 2022
@steppi steppi merged commit 6d53e69 into gyorilab:master Nov 5, 2022
@cthoyt
Copy link
Member

cthoyt commented Nov 5, 2022

Thanks @steppi! What commands did you run to regenerate this file?

@steppi
Copy link
Collaborator Author

steppi commented Nov 5, 2022

Thanks @steppi! What commands did you run to regenerate this file?

No problem. Wish I had time to do it earlier. The command is python setup.py build_ext --inplace --use-cython.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation issues due to newer cython
2 participants