From 3c290194c139990f2a0e5747aa2f6c9554d26659 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Mon, 13 Jul 2020 11:42:15 +0300 Subject: [PATCH] Remove support and automated checks for Python 2.x As Python 2 has reached EOL, is time to remove the declarative support for it. This code snapshot still supports Python 2.7, but in the future, no Python 2.x tests will be performed to ensure the support. Change-Id: Ic8fe6b958d658ae25f887179ab5900e13c88af54 --- .zuul.yaml | 1 - setup.cfg | 2 -- 2 files changed, 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index dcbfec7c..2f201160 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,7 +2,6 @@ templates: - openstack-cover-jobs - build-openstack-docs-pti - - openstack-python-jobs - openstack-python3-ussuri-jobs - build-release-notes-jobs-python3 post: diff --git a/setup.cfg b/setup.cfg index 5be69139..33186b91 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,8 +14,6 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: OS Independent 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