summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-18 15:07:19 +0000
committerGerrit Code Review <review@openstack.org>2022-08-18 15:07:19 +0000
commit2fed5d0c683f241bd86c407e185787e6a01423f2 (patch)
tree23c2e27b9f3b5784c1bf11c711ca0d0142e280f5
parentca623bedfe63147f2b9155244e0f8d9765e6c3b9 (diff)
parentd5542b04c5689ada637f9c4ca8c6d80c2e4734cc (diff)
downloadtrove-2fed5d0c683f241bd86c407e185787e6a01423f2.tar.gz
Merge "Update python testing as per zed cycle testing runtime"
-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