From 39bd62c72dfbe06d5d8d0667c30debc76eb1c66c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 27 Oct 2024 00:29:22 +0900 Subject: [PATCH] Drop support for Python 3.8 and older ... because these reached their EOL already and are no longer tested. Change-Id: I44a6f71a5c72a8d967f99f01b45869a7a609d8dc --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 28ed994..20a52b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/zaqar/latest/ +python_requires = >=3.9 classifier = Environment :: OpenStack Framework :: Django @@ -15,11 +16,10 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [files] packages =