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

Python 3.12 Support #354

Open
fabikonsti opened this issue Jul 30, 2024 · 1 comment
Open

Python 3.12 Support #354

fabikonsti opened this issue Jul 30, 2024 · 1 comment

Comments

@fabikonsti
Copy link

Hi,
will there be support for Python 3.12?
If so, when is this planned?

@immel-f
Copy link
Contributor

immel-f commented Aug 27, 2024

Hi, sorry for the late reply. Python 3.12 is currently not tested and built against in the CI. Releasing binaries for a new Python version can get a lot more complicated here than for pure python packages because of the dependencies towards external libraries that are included in the wheel.

You could try to build the wheel yourself like in the CI for Python 3.12, which may just work immediately or get very complicated 😅 . I can currently not give a time estimate when we would get around to implementing that, however we would be happy to accept contributions regarding Python 3.12 support

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

No branches or pull requests

2 participants