diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2023-07-10 18:01:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 18:01:47 +0200 |
commit | 67b78a17c458a69e6b5b4c21c737219d37ed9f82 (patch) | |
tree | 4da34aefd7b6d87f4c3be8d64a8e9e4d40efb827 /hacking | |
parent | fix doc report template (#81202) (diff) | |
download | ansible-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.md | 2 |
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: |