summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-07-17 00:51:55 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-07-17 00:51:55 +0900
commitd5542b04c5689ada637f9c4ca8c6d80c2e4734cc (patch)
tree4e040b71cd1e66fe3ec7241ac2947697e6daa3b2
parent13db5b37c30cb94ef9d389381ce03af5c8461f4b (diff)
downloadtrove-d5542b04c5689ada637f9c4ca8c6d80c2e4734cc.tar.gz
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: Icb2db7d8db7487432864923740e82b42f52e329c
-rw-r--r--releasenotes/notes/drop-python-3-6-and-3-7-51489f1a80c2e5e5.yaml5
-rw-r--r--setup.cfg3
2 files changed, 6 insertions, 2 deletions
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