summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2022-07-20 10:52:32 -0500
committerGitHub <noreply@github.com>2022-07-20 10:52:32 -0500
commit884244f1b2da3c3f367e064ef4ac0123fcb12675 (patch)
tree9eaa218f4e9fee80263d8f0948e03ec1aa1cb33c /setup.cfg
parent90ef914f77da5cc0b45e54b23ca0cc9dbc58e642 (diff)
downloadansible-884244f1b2da3c3f367e064ef4ac0123fcb12675.tar.gz
Python 3.9 min for controller (#77566)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index cda414d019..5fc4433bb5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,7 +26,6 @@ classifiers =
Natural Language :: English
Operating System :: POSIX
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
@@ -37,7 +36,7 @@ classifiers =
[options]
zip_safe = False
-python_requires = >=3.8
+python_requires = >=3.9
include_package_data = True
# keep ansible-test as a verbatim script to work with editable installs, since it needs to do its
# own package redirection magic that's beyond the scope of the normal `ansible` path redirection