Skip to content

Commit 349e45c

Browse files
author
Ghanshyam Mann
committed
Support python 3.5
While dropping py2 support, we dropped py3.5 support also - Ib769d9cbb7ba9f191014c5445ed7f289e013aef4 There might be some user of it using on py3.5 distro like stable/rocky jobs on xenial. There is no deps issue to support the py3.5 so let's keep it as long as we can. Change-Id: Ifa1e53fc8c1a665c9fb35845960cc8bc700d19c8
1 parent 49c5f16 commit 349e45c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.zuul.d/jobs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- project:
22
templates:
3+
- openstack-python35-jobs
34
- openstack-python3-ussuri-jobs
45
- publish-openstack-docs-pti
56
- release-notes-jobs-python3

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description-file =
66
author = OpenStack
77
author-email = openstack-discuss@lists.openstack.org
88
home-page = http://docs.openstack.org/developer/bashate/
9-
python-requires = >=3.6
9+
python-requires = >=3.5
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -15,6 +15,7 @@ classifier =
1515
Operating System :: POSIX :: Linux
1616
Programming Language :: Python
1717
Programming Language :: Python :: 3
18+
Programming Language :: Python :: 3.5
1819
Programming Language :: Python :: 3.6
1920
Programming Language :: Python :: 3.7
2021

0 commit comments

Comments
 (0)