commit | 51368ef31cebb50878e2042f92b7ae0b0ee8485c | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Mon Feb 03 13:19:03 2020 -0600 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Fri Feb 28 01:22:58 2020 +0000 |
tree | 318437563791cac2b18cc5d56fd6ac3c75035c8c | |
parent | 1488e1ef5b7a00303ea84bc7bbe1759bf5b92714 [diff] [blame] |
[ussuri][goal] Drop python 2.7 support and testing OpenStack is dropping the py2.7 support in ussuri cycle. patrole 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: Ied5cfb29363401d713c21fc579f30e1ef9c1210f
diff --git a/setup.cfg b/setup.cfg index 6e29ac4..f8f0257 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -6,6 +6,7 @@ author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/patrole/latest/ +python-requires = >=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 Programming Language :: Python :: 3.7