commit | 3862c0add2550705f9e9cf8e61215d5f528329df | [log] [tgz] |
---|---|---|
author | Ghanshyam <gmann@ghanshyammann.com> | Thu Jan 23 17:17:45 2020 -0600 |
committer | Ghanshyam <gmann@ghanshyammann.com> | Thu Jan 23 17:18:18 2020 -0600 |
tree | cea13f9ad55f4b38f8a130a23d226be27d1de817 | |
parent | 1096ab98898796810d46113389c372eb4367fe39 [diff] [blame] |
[ussuri][goal] Drop python 2.7 support and testing OpenStack is dropping the py2.7 support in ussuri cycle. designate-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 Change-Id: Ib3bd70ba8f2e8386643c536ac8194fa99b54b842
diff --git a/setup.cfg b/setup.cfg index 1e21e36..bf0b008 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -14,10 +14,9 @@ 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.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Topic :: Internet :: Name Service (DNS) [global]