From d5542b04c5689ada637f9c4ca8c6d80c2e4734cc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 17 Jul 2022 00:51:55 +0900 Subject: 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 Change-Id: Icb2db7d8db7487432864923740e82b42f52e329c --- releasenotes/notes/drop-python-3-6-and-3-7-51489f1a80c2e5e5.yaml | 5 +++++ setup.cfg | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/drop-python-3-6-and-3-7-51489f1a80c2e5e5.yaml diff --git a/releasenotes/notes/drop-python-3-6-and-3-7-51489f1a80c2e5e5.yaml b/releasenotes/notes/drop-python-3-6-and-3-7-51489f1a80c2e5e5.yaml new file mode 100644 index 00000000..db420d73 --- /dev/null +++ b/releasenotes/notes/drop-python-3-6-and-3-7-51489f1a80c2e5e5.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Python 3.6 & 3.7 support has been dropped. The minimum version of Python now + supported is Python 3.8. diff --git a/setup.cfg b/setup.cfg index 6516355d..393898ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/trove/latest/ +python_requires = >= 3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -14,8 +15,6 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 -- cgit v1.2.1