From 91caf49988fedece624e3192377b78e1820bf2c8 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 15 Aug 2022 14:00:17 +0200 Subject: [PATCH] correctly document incompatibility with Python 3.12+ (#454) there was no, and there will not be, a Python 2.12 ;-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4feb304..40285564 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please note that this collection does **not** support Windows targets. The conne Tested with the current ansible-core 2.11, ansible-core 2.12, and ansible-core 2.13 releases, and the current development version of ansible-core. Ansible/ansible-base versions before 2.11.0 are not supported. -Please note that Ansible 2.9 and ansible-base 2.10 are no longer supported. If you need to use them, use community.docker 2.x.y. Also note that this collection does not work with ansible-core 2.11 (this includes ansible-base and Ansible 2.9) on Python 2.12+. +Please note that Ansible 2.9 and ansible-base 2.10 are no longer supported. If you need to use them, use community.docker 2.x.y. Also note that this collection does not work with ansible-core 2.11 (this includes ansible-base and Ansible 2.9) on Python 3.12+. ## External requirements