Skip to content

Commit 3c29019

Browse files
committed
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
1 parent 246db50 commit 3c29019

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
templates:
33
- openstack-cover-jobs
44
- build-openstack-docs-pti
5-
- openstack-python-jobs
65
- openstack-python3-ussuri-jobs
76
- build-release-notes-jobs-python3
87
post:

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ classifier =
1414
License :: OSI Approved :: Apache Software License
1515
Operating System :: OS Independent
1616
Programming Language :: Python
17-
Programming Language :: Python :: 2
18-
Programming Language :: Python :: 2.7
1917
Programming Language :: Python :: 3
2018
Programming Language :: Python :: 3.6
2119
Programming Language :: Python :: 3.7

0 commit comments

Comments
 (0)