Include min python version at setup.cfg
Change-Id: Id0f95dd4db85aeffc48ee125767c05271c2340d9
This commit is contained in:
parent
7d5575d9c2
commit
eb3506fbf1
@ -7,6 +7,7 @@ author = OpenStack
|
|||||||
author-email = openstack-discuss@lists.openstack.org
|
author-email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/rally/latest/
|
home-page = https://docs.openstack.org/rally/latest/
|
||||||
license = Apache License, Version 2.0
|
license = Apache License, Version 2.0
|
||||||
|
python-requires = >=3.6
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
@ -14,6 +15,7 @@ classifier =
|
|||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user