Skip to content
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

Drop unsupported python version #580

Merged
merged 10 commits into from
Jul 19, 2024
Merged

Drop unsupported python version #580

merged 10 commits into from
Jul 19, 2024

Conversation

MrMegaNova
Copy link
Collaborator

No description provided.

MrMegaNova and others added 10 commits May 28, 2024 11:34
Due to Python 3 being the default in all supported OSs, we may remove the logic that dealt with
detecting the OSs Python version and consequently installed a different set of packages.

- removed dependency on Python 2 packages (python-psycopg2)
- rephrased named steps in CI as it is explicitely set in `python-version`
- require Ansible 2.12 as it supports the auto-detection of the OS Python interpreter
- removed explicit setting of Python version in variables, playbooks and inventory
- removed unsupported configurations from test inventory
Ansible 10 uses ansible-core 2.17+ which drops Python 3.6 support and thus makes it incompatible
with Rocky Linux 8 or other RHEL 8 derivatives.
…s-and-options

Drop unsupported Python and OS versions
@MrMegaNova MrMegaNova merged commit d99c9d6 into master Jul 19, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants