mirror of https://github.com/ansible/ansible.git
add Python 3.12 support to ansible-test (#80834)
* update docker containers versions to use newer ansible-test ref in the pre-built venvs * Allow invoking ansible-test with Python 3.12 * Add python3.12 to the INTERPRETER_PYTHON_FALLBACK * changelog * add Python 3.12 as a non-default Python version for the test containers * Update mypy ignores for Python 3.12 * Add Python 3.12 to CI matrix for unit tests, generic tests, and galaxy * Update unit test for using the Python 2 collection loader path with Python 3. Skip the existing test on Python 3.12, since find_module is removed. Suppress the pre-existing deprecation warnings using the Python 2 codepath with Python 3. Add a test for Python >= 3.12, which doesn't call find_module. * Ignore sanity test errors on systems without libselinux present.pull/81329/head
parent
efbc00b6e4
commit
48dfe8e215
@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- ansible-test - Add support for testing with Python 3.12.
|
||||
- ansible-test - Update pip to ``23.1.2`` and setuptools to ``67.7.2``.
|
||||
- Add ``python3.12`` to the default ``INTERPRETER_PYTHON_FALLBACK`` list.
|
Loading…
Reference in New Issue