Include min python version at setup.cfg

Change-Id: Id0f95dd4db85aeffc48ee125767c05271c2340d9
This commit is contained in:
Andrey Kurilin 2020-03-17 15:36:10 +02:00
parent 7d5575d9c2
commit eb3506fbf1
1 changed files with 2 additions and 0 deletions

View File

@ -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