-
Notifications
You must be signed in to change notification settings - Fork 163
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
Update python_interpreter
to 3.11
#207
Conversation
Upgrades AWX-EE from Python 3.9 to Python 3.11. Bringing with it 3.11's speed improvements. Also replaces `python-unversioned-command` with `alternatives` command -- as `python-unversioned-command` always links to python3.9
The roadmap for Ansible 2.16 seems to indicate this interpreter upgrade will be necessary soon.
https://docs.ansible.com/ansible/devel//roadmap/ROADMAP_2_16.html#planned-work - Drop Python 3.9 support for controller |
Ansible-core 2.16 is out already, so would be great to get this is merged. We've been running with the patch from the PR in our custom EEs for a while and it works fine. |
Any update ? |
Any update about this one? |
close and re-open to trigger CI |
Hello @austlane, thank you for your contribution. I've confirmed the test case and will be merging. |
Upgrades AWX-EE from Python 3.9 to Python 3.11. Bringing with it 3.11's speed improvements.
https://docs.python.org/3/whatsnew/3.11.html
This also replaces
python-unversioned-command
withalternatives
command -- aspython-unversioned-command
always links topython3.9
in EL9Working in my local testing: