-
Notifications
You must be signed in to change notification settings - Fork 19
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
Remove downgrade of the python version in GHA configuration #102
Comments
Python 3.6 is the default Python on CentOS 8 as well, so although it is a carryover from Qpid Dispatch, it is still reasonable for skupper-router to test with Python 3.6 as much as possible, because there is a good chance it will be deployed on Python 3.6. Having said that, CentOS/RHEL 8 offers multiple versions of some packages, and Python is one of those.
Therefore, it would be possible to pick one of the newer Pythons as the required minimum, if there was a good reason. I can think of, in order of importance
|
Good point re: Centos8, closing. |
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
Use the default system version of python instead.
Need to remove this step from the workflow configuration.
The text was updated successfully, but these errors were encountered: