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
|
||||
home-page = https://docs.openstack.org/rally/latest/
|
||||
license = Apache License, Version 2.0
|
||||
python-requires = >=3.6
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Developers
|
||||
@ -14,6 +15,7 @@ classifier =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
|
Loading…
Reference in New Issue
Block a user