-
Notifications
You must be signed in to change notification settings - Fork 88
Add python 3.14 support #879
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
base: master
Are you sure you want to change the base?
Conversation
|
This is the current blocker @tbaudier your docker image of opengate_core does not support python 3.14 Another issue, cmake minimum should be 3.10 as anything older has no support already |
update setup-python to version 6 as recommended
|
@tbaudier I don't understand the ci build wheel for macos. Why forcing python3.12? |
add python version for macos defined by build matrix
added python version for macos
Add setuptools as it's not always installed by default
CI_Build_Wheel >= 3.2.1 for python 3.14 support https://github.com/pypa/cibuildwheel/releases
python 3.14 is not installed in default location, but we can call python and pip directly
|
Hello @BishopWolf
|
guess python 3.14 location in linux
|
Theoretically I don't need to modify anything else for Unix; just wait for the new docker image, everything should work fine. I will try removing the Python version for macOS. I think, however, it is required based on the build logs. Everything should work for Windows now. I found a way to discriminate the ci_build_wheel version based on the Python version |
For #865
tasks:
* CIBuildWheel > 3.2.1 required for python 3.14 support BUT < 2.23.3 for python 3.10.
* Missing Python 3.10 support?