summaryrefslogtreecommitdiffstats
path: root/hacking
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2023-07-10 18:01:47 +0200
committerGitHub <noreply@github.com>2023-07-10 18:01:47 +0200
commit67b78a17c458a69e6b5b4c21c737219d37ed9f82 (patch)
tree4da34aefd7b6d87f4c3be8d64a8e9e4d40efb827 /hacking
parentfix doc report template (#81202) (diff)
downloadansible-67b78a17c458a69e6b5b4c21c737219d37ed9f82.tar.xz
ansible-67b78a17c458a69e6b5b4c21c737219d37ed9f82.zip
Remove Python 3.9 support for the controller (#80973)
* Remove obsolete Python <=3.9 controller code * Remove Python 3.9 test controller bootstrapping * Update test requirements Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'hacking')
-rw-r--r--hacking/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/README.md b/hacking/README.md
index eaec6c4e8b..d9f4c89619 100644
--- a/hacking/README.md
+++ b/hacking/README.md
@@ -5,7 +5,7 @@ env-setup
---------
The 'env-setup' script modifies your environment to allow you to run
-ansible from a git checkout using python >= 3.8.
+ansible from a git checkout using python >= 3.10.
First, set up your environment to run from the checkout: