diff --git a/.zuul.yaml b/.zuul.yaml index 71f16144..01438754 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -40,7 +40,6 @@ templates: - check-requirements - openstack-lower-constraints-jobs - - openstack-python-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti check: diff --git a/releasenotes/notes/drop-py-2-7-a4b96d486289a772.yaml b/releasenotes/notes/drop-py-2-7-a4b96d486289a772.yaml new file mode 100644 index 00000000..37fafebf --- /dev/null +++ b/releasenotes/notes/drop-py-2-7-a4b96d486289a772.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + Python 2.7 support has been dropped. Last release of ec2-api + to support python 2.7 is OpenStack Train. The minimum version of Python now + supported by ec2-api is Python 3.6. diff --git a/setup.cfg b/setup.cfg index ab5bae6e..bd011c0e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,8 +14,6 @@ classifier = 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 diff --git a/tox.ini b/tox.ini index 34a5243d..9ca97618 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1 -envlist = pep8,py27,py37,docs,api-ref +envlist = pep8,py37,docs,api-ref skipsdist = True ignore_basepython_conflict = True