From 5126a3183edefc98e1ba4afd4c2abaf226417d53 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 27 Dec 2023 11:45:27 -0700 Subject: [PATCH] setup.cfg: python_requires>=3.8 Signed-off-by: Zack Cerza --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8a7280abe..6cde733d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ keywords = teuthology, test, ceph, cluster summary = Ceph test framework [options] +python_requires = >=3.8 packages = find: install_requires = PyYAML @@ -57,7 +58,6 @@ install_requires = requests>2.13.0 sentry-sdk urllib3>=1.25.4,<1.27 # For botocore -python_requires = >=3.6 scripts = teuthology/task/install/bin/adjust-ulimits teuthology/task/install/bin/daemon-helper