From 4e7a23b86efb7436101844311c657a39dcc4c202 Mon Sep 17 00:00:00 2001 From: Eduardo Santos Date: Fri, 20 May 2022 12:30:11 -0300 Subject: [PATCH] Update Python as per the Zed cycle testing runtime In the Zed cycle, support and testing for Python versions 3.6 and 3.7 was dropped. [1] [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Signed-off-by: Eduardo Santos Change-Id: Ia000640a3a6bc33700b27ecf2173954e11237d6d --- releasenotes/notes/drop-py36-and-py37-85cf389b2842f045.yaml | 5 +++++ setup.cfg | 4 +--- zuul.d/project.yaml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 releasenotes/notes/drop-py36-and-py37-85cf389b2842f045.yaml diff --git a/releasenotes/notes/drop-py36-and-py37-85cf389b2842f045.yaml b/releasenotes/notes/drop-py36-and-py37-85cf389b2842f045.yaml new file mode 100644 index 000000000..ec0c16847 --- /dev/null +++ b/releasenotes/notes/drop-py36-and-py37-85cf389b2842f045.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + Support for Python versions 3.6 and 3.7 was dropped. The minimum supported + version is now Python 3.8. diff --git a/setup.cfg b/setup.cfg index 90296e5e5..0fcc4b4e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/python-manilaclient/latest/ -python_requires = >=3.6 +python_requires = >=3.8 classifier = Development Status :: 5 - Production/Stable Environment :: Console @@ -18,8 +18,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index a6acb6d0e..c78c3868c 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -2,7 +2,7 @@ templates: - publish-openstack-docs-pti - openstack-cover-jobs - - openstack-python3-yoga-jobs + - openstack-python3-zed-jobs - check-requirements - release-notes-jobs-python3 check: