-
Notifications
You must be signed in to change notification settings - Fork 66
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 GHA python version check to 3.10 and 3.11 #877
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting this! Might need someone more familiar with the checks to verify we didn't miss something here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It does make sense to keep n-1 support, where n = the version of Python that we use in automation
.
trigger: test-robottelo |
* Bump GHA python version check to 3.10 and 3.11 * Make list items string * Update setup.py to reflect supported version (cherry picked from commit 88a9f22)
* Bump GHA python version check to 3.10 and 3.11 * Make list items string * Update setup.py to reflect supported version (cherry picked from commit 88a9f22)
* Bump GHA python version check to 3.10 and 3.11 * Make list items string * Update setup.py to reflect supported version (cherry picked from commit 88a9f22)
* Bump GHA python version check to 3.10 and 3.11 * Make list items string * Update setup.py to reflect supported version (cherry picked from commit 88a9f22)
* Bump GHA python version check to 3.10 and 3.11 * Make list items string * Update setup.py to reflect supported version (cherry picked from commit 88a9f22) Co-authored-by: Ladislav Vašina <[email protected]>
* Bump GHA python version check to 3.10 and 3.11 * Make list items string * Update setup.py to reflect supported version (cherry picked from commit 88a9f22) Co-authored-by: Ladislav Vašina <[email protected]>
* Bump GHA python version check to 3.10 and 3.11 * Make list items string * Update setup.py to reflect supported version (cherry picked from commit 88a9f22) Co-authored-by: Ladislav Vašina <[email protected]>
* Bump GHA python version check to 3.10 and 3.11 * Make list items string * Update setup.py to reflect supported version (cherry picked from commit 88a9f22) Co-authored-by: Ladislav Vašina <[email protected]>
As our automation uses 3.11 at this moment, let's bump the version we check in the airgun from [3.8, 3.9] to [3.10, 3.11]