Add python 3.10 to setup.cfg metadata
Add python 3.10 to setup.cfg refer to: https://governance.openstack.org/tc/reference/runtimes/2023.2.html Change-Id: I897e64a5667449d91ed8f6e628cc22afb71cdac8
This commit is contained in:
parent
089f238cb1
commit
826cd69b85
@ -6,6 +6,7 @@ description_file =
|
|||||||
author = OpenStack
|
author = OpenStack
|
||||||
author_email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home_page = https://docs.openstack.org/trove/latest/
|
home_page = https://docs.openstack.org/trove/latest/
|
||||||
|
python_requires = >= 3.8
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
@ -18,6 +19,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
|
Programming Language :: Python :: 3.10
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user