Update metadata in setup.cfg
removed the py3.6 and py3.7 from here as it does not get tested or supported now and added py3.9 and py3.10 please check this below reference link https://governance.openstack.org/tc/reference/runtimes/2023.2.html#python-runtimes-for-2023-2 Change-Id: I2c3988327eded325097d2823cf659aa90b3a35f7
This commit is contained in:
parent
da40f68136
commit
1008a8801c
@ -5,7 +5,7 @@ long_description = file: README.rst
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
url = http://docs.openstack.org/heat-translator/
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.8
|
||||
classifiers =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
@ -14,9 +14,10 @@ classifiers =
|
||||
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 :: Only
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user