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

Support python 3.12 #449

Closed
BishopWolf opened this issue Sep 5, 2024 · 2 comments
Closed

Support python 3.12 #449

BishopWolf opened this issue Sep 5, 2024 · 2 comments

Comments

@BishopWolf
Copy link

For reference https://devguide.python.org/versions/

Python 3.12 is the current stable release version, therefore most systems are including it as default. Even when having a venv solves any issues, it would be good to stay updated with versions. This means support all current stable/supported versions and drop support for obsolete ones.

@tbaudier
Copy link
Contributor

tbaudier commented Sep 5, 2024

It's planned, maybe I will do it with that PR https://github.com/OpenGATE/opengate/tree/qt6
I will remove support for python 3.8 too

But before I wanted to try to use Py_LIMITED_API and avoiding to be dependant of python versions. But pybind is not compatible with Py_LIMITED_API pybind/pybind11#1755

@BishopWolf
Copy link
Author

I think this is ready, so you can close this issue

@dsarrut dsarrut closed this as completed Sep 24, 2024
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

3 participants