-
Notifications
You must be signed in to change notification settings - Fork 249
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
Python 3.13 compatibility #795
Comments
I've noticed this in CI but haven't had time to deal with it yet, especially because it seems to be related to Linux only; I can't reproduce it with macOS (M1) and Python 3.13.0rc1. I'll try on Linux soon. |
8abba79 might be a fix for this issue; let's see how it fares in CI. |
@ntamas, thanks for responding so quickly! Fingers crossed. |
CI passed. I'm aiming for a new patch release soon(ish), in the next few days. You can apply 8abba79 manually if you can't wait for the next patch release. |
@ntamas, Thanks for adding this support so quickly! I'll take your suggestion and patch for now. |
Based on the attempt to build with python 3.13 on conda-forge, it seems like some work may be needed before python-igraph is compatible. We're seeing failures in a lot of tests with messages like the following:
See conda-forge/python-igraph-feedstock#91
Also likely relevant:
The text was updated successfully, but these errors were encountered: