Drop support for Python 3.8 and older

... because these reached their EOL already and are no longer tested.

Change-Id: I44a6f71a5c72a8d967f99f01b45869a7a609d8dc
This commit is contained in:
Takashi Kajinami 2024-10-27 00:29:22 +09:00
parent 8c2e94978b
commit 39bd62c72d

View File

@ -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 =