commit | 42aac38cc8489a741bffb437616885ee1c7a52f7 | [log] [tgz] |
---|---|---|
author | Ghanshyam <gmann@ghanshyammann.com> | Wed Feb 05 15:27:04 2020 -0600 |
committer | Brian Haley <haleyb.dev@gmail.com> | Wed Feb 26 15:35:20 2020 +0000 |
tree | 5360c2db45bc4d7d4f5d8e216d2b31d14726abcc | |
parent | 14ea8d10d3cc78262737b2e57082dbcc822e1963 [diff] [blame] |
[ussuri][goal] Drop python 2.7 support and testing OpenStack is dropping the py2.7 support in ussuri cycle. neutron-tempest-plugin is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Depends-On: https://review.opendev.org/#/c/705184/ Change-Id: I9daafef0847a9a9baa45382b87da71fe8d1fffd0
diff --git a/setup.cfg b/setup.cfg index ff12b10..1ac729c 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -6,6 +6,7 @@ author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://opendev.org/openstack/neutron-tempest-plugin +requires-python = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -13,8 +14,6 @@ License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6