mirror of https://github.com/ansible/ansible.git
Update default containers to 3.4.0. (#74415)
* Update default containers to 3.4.0. The 3.4.0 containers use Python 3.6 (the system Python) for `/usr/bin/python3`. Python 3.9 continues to be the default Python version selected by `ansible-test` for these containers. * Fix shebang on build-ansible.py. Using `python` instead of `python3` allows `ansible-test` python interception and requirements install to function.pull/74408/head
parent
7ca5dede97
commit
ecc5a53288
@ -1,2 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - The ``default`` test container has been updated to version 3.3.0 and now uses Python 3.9 by default instead of Python 3.6.
|
||||
- ansible-test - The ``default`` test container has been updated to version 3.4.0 and now uses Python 3.9 by default instead of Python 3.6.
|
||||
|
Loading…
Reference in New Issue