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 /requirements.txt | |
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 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index a07aa98506..5eaf9f2cbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,6 @@ jinja2 >= 3.0.0 PyYAML >= 5.1 # PyYAML 5.1 is required for Python 3.8+ support cryptography packaging -# importlib.resources in stdlib for py3.9 is lacking native hooks for -# importlib.resources.files -importlib_resources >= 5.0, < 5.1; python_version < '3.10' # NOTE: resolvelib 0.x version bumps should be considered major/breaking # NOTE: and we should update the upper cap with care, at least until 1.0 # NOTE: Ref: https://github.com/sarugaku/resolvelib/issues/69 |