Update supported python versions

... according to the latest tested runtime.

Change-Id: I1cb6a0dc6c2cd18eaf64ead4d4e8b3d686f1ecee
This commit is contained in:
Takashi Kajinami 2023-12-20 00:04:46 +09:00
parent 85b9a9bb52
commit f719d32c41
1 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/reno/latest/
python_requires = >=3.6
python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -15,9 +15,10 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython