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

Support for Python 3.13 #38

Closed
art049 opened this issue Jul 31, 2024 · 1 comment · Fixed by #40
Closed

Support for Python 3.13 #38

art049 opened this issue Jul 31, 2024 · 1 comment · Fixed by #40
Assignees

Comments

@art049
Copy link
Member

art049 commented Jul 31, 2024

Currently, installing the package on Python 3.13 will raise the following error because of cffi 1.16.0:

'PyErr_WriteUnraisable' declared here
PyAPI_FUNC(void) PyErr_WriteUnraisable(PyObject *);

This is fixed in cffi 1.17.0, but unfortunately, it's not released yet.

The fix: python-cffi/cffi#23

Currently, the only workaround is to install version 1.17.0rc1 until a new release of cffi is created.

Thanks, @sydney-runkle, for reporting the issue.

Edit: 1.17 has been released and we can then update the cffi dependency

@sydney-runkle
Copy link

Amazing! We'll update our CI when you guys do your next release!

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

Successfully merging a pull request may close this issue.

2 participants