mirror of https://github.com/ansible/ansible.git
Add test support for Python 3.8 on RHEL and FreeBSD. (#73393)
* Support Python 3.8 on RHEL 8.2+ in ansible-test. * Support Python 3.8 on FreeBSD in ansible-test. * Use libyaml with PyYAML on FreeBSD.pull/73398/head
parent
1b157ef42f
commit
672941fb0d
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - FreeBSD 11.4 and 12.2 provisioning can now be used with the ``--python 3.8`` option.
|
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - FreeBSD instances provisioned with ``--remote`` now make ``libyaml`` available for use with PyYAML installation.
|
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - RHEL 8.2+ provisioning can now be used with the ``--python 3.8`` option, taking advantage of the Python 3.8 AppStream.
|
Loading…
Reference in New Issue