Codebase list cinder-tempest-plugin / c70f27c
Add Python 3 only classifier Python 2 support was removed during Ussuri cycle. This change adds the classifier to clearly state that only Python 3 is supported. Change-Id: Id801919bbe0f3fcc23006911512bdf6fafa3d395 tushargite96 4 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
55 author = OpenStack
66 author_email = openstack-discuss@lists.openstack.org
77 home_page = http://www.openstack.org/
8 python_requires = >=3.6
89 classifier =
910 Environment :: OpenStack
1011 Intended Audience :: Information Technology
1213 License :: OSI Approved :: Apache Software License
1314 Operating System :: POSIX :: Linux
1415 Programming Language :: Python
16 Programming Language :: Python :: 3 :: Only
1517 Programming Language :: Python :: 3
1618 Programming Language :: Python :: 3.6
1719 Programming Language :: Python :: 3.7