Updated tested python versions

... and bump the minimum version, according to the current tested
runtime.

Change-Id: Ie7f385e9d911666106a0cfea61e4cdb1fa7474f9
This commit is contained in:
Takashi Kajinami 2024-04-01 15:00:49 +09:00
parent d13ff9ac8b
commit f9a8adf6f9
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ description-file =
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://www.openstack.org/
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.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