-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bump python version to 3.12 in CI #1637
Conversation
/merge |
Devflow running:
|
/merge |
Devflow running:
|
/merge |
Devflow running:
|
What this PR does / why we need it:
The CI is consistently failing since Python version 3.7 is not found. Seems like GitHub already removed Python 3.7 for Ubuntu 24.04 and will shortly do the same for all other virtual environments.
PR removing 3.7 --> actions/runner-images#10893
Python manifest --> https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Also adds
.DS_Store
to.gitignore
file. File is created by Finder when you open the directory.Which issue this PR fixes:
Special notes for your reviewer:
Created a dummy commit to trigger the CI and all tests ran successfully with bumped python version.
Checklist