-
Notifications
You must be signed in to change notification settings - Fork 80
Update python version to 3.12.3 #1289
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
When/How do you think this can be solved @benoit-cty ? Seems to be a problem with GCC version. |
EDIT : cache problem fixed, it was a missing I try to add Python 3.13 support but there is a problem with the cache: Cache not found for input keys: pip-build-ubuntu-22.04-np1.26.4-py3.13.3-99de4728a41d1a653d50a01c32a197e60559a3cc7aa62537e00d48fad8142129-5fba06695a6bad9edd8f07d69d20b1f196402b35 Note: Also, there is a GCC error in Windows. |
Test 3.13 3.13.3 for Ubuntu Explicit Numpy version Add build deps for Python 3.13 debug Try to fix "Error when evaluating" Remove 3.13 debug Add activate_command 3.13 OK
This PR will close #1287
OpenFisca-core is working with Python 3.12 since the version 43, but allowed minimal Numpy version, 1.24, do not work with Python 3.12.
So this PR change matrix test to only test Numpy version 1.26.4 with Python 3.12, and 1.24.2 + 1.26.4 for Python 3.9.13.