ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 151 forks source link

Python 3.11 upgrade #244

Open dmzoneill opened 2 months ago

dmzoneill commented 2 months ago

Shoud be built with appropriate build arg ansible-builder build -v3 --build-arg PYCMD=/usr/bin/python3.11 -t py311

dmzoneill commented 2 months ago

by the way @TheRealHaoLiu @gundalow I have the option to merge here. Someone should update the repo settings to prevent merge without approval

dericcrago commented 2 months ago

I believe this is slightly different, but yields the same outcome as #207, is one way preferred over the other? FWIW, I personally like the #207 approach a little better. 🤷