From 1dd61d944b0b4bd3370a5d47ee8a992f29481adb Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 1 Sep 2024 16:50:31 +0000 Subject: [PATCH] Only installable on Python 3.10 and later We've dropped testing for Python 3.9 and earlier. Set a corresponding python_requires value so that the packages for the next release won't get installed on too-old Python and they'll stick with the previous version instead. Modern deployments of Jeepyb and GerritBot in OpenDev use Debian Bookworm Python 3.11 images and so should be unaffected, but some external users may still be pip installing onto older platforms. Change-Id: Ib03f2109ddc851d95ff344bdd861942678ef6b2c --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e4d4f84..0bf5718 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifier = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 +python_requires = >= 3.10 [files] packages = gerritlib