Skip to content

Commit ad6544e

Browse files
kajinamitGhanshyam Mann
andcommitted
Update python testing as per zed cycle testing runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com> Change-Id: I8a07a79a976c82518a6a94b6725719b9375df3a2
1 parent 00a5465 commit ad6544e

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.zuul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
templates:
33
- check-requirements
44
# - openstack-lower-constraints-jobs
5-
- openstack-python3-yoga-jobs
5+
- openstack-python3-zed-jobs
66
- openstackclient-plugin-jobs
77
- publish-openstack-docs-pti
88
- release-notes-jobs-python3
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
Python 3.6 & 3.7 support has been dropped. The minimum version of Python now
5+
supported is Python 3.8.

setup.cfg

Lines changed: 1 addition & 3 deletions
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 = https://docs.openstack.org/python-troveclient/latest
9-
python_requires = >=3.6
9+
python_requires = >=3.8
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -15,8 +15,6 @@ classifier =
1515
Operating System :: POSIX :: Linux
1616
Programming Language :: Python
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.6
19-
Programming Language :: Python :: 3.7
2018
Programming Language :: Python :: 3.8
2119
Programming Language :: Python :: 3.9
2220

0 commit comments

Comments
 (0)