diff --git a/releasenotes/notes/drop-py-2-7-5cd36052d5c2e594.yaml b/releasenotes/notes/drop-py-2-7-5cd36052d5c2e594.yaml new file mode 100644 index 00000000..877ae4f9 --- /dev/null +++ b/releasenotes/notes/drop-py-2-7-5cd36052d5c2e594.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + Python 2.7 support has been dropped. Last release of compute-hyperv + to support py2.7 is OpenStack Train. The minimum version of Python now + supported by compute-hyperv is Python 3.6. diff --git a/setup.cfg b/setup.cfg index b4e8f8a4..88b3089c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,8 +15,6 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: Microsoft :: Windows 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 diff --git a/tox.ini b/tox.ini index 7c58630a..167c73f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,py35,py36,pep8,pip-missing-reqs +envlist = py35,py36,pep8,pip-missing-reqs skipsdist = True [testenv]