summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-06-07 15:25:25 +0000
committerGerrit Code Review <review@openstack.org>2022-06-07 15:25:25 +0000
commitf442cb3ad45581bcb239da2ad9e2ebefd6ce24f3 (patch)
treec252b41aec4d8abd8cfa199e2db54209120f31e4
parentf550deec967cd5bafd5bbaf01096504ef456183c (diff)
parent9e827f77818e32c75a2f3dc185204ff26f239913 (diff)
downloadkeystonemiddleware-f442cb3ad45581bcb239da2ad9e2ebefd6ce24f3.tar.gz
Merge "Update python testing as per zed cycle teting runtime"
-rw-r--r--releasenotes/notes/drop-python-3-6-and-3-7-c407d5898c5eafec.yaml5
-rw-r--r--setup.cfg6
2 files changed, 9 insertions, 2 deletions
diff --git a/releasenotes/notes/drop-python-3-6-and-3-7-c407d5898c5eafec.yaml b/releasenotes/notes/drop-python-3-6-and-3-7-c407d5898c5eafec.yaml
new file mode 100644
index 0000000..db420d7
--- /dev/null
+++ b/releasenotes/notes/drop-python-3-6-and-3-7-c407d5898c5eafec.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 aaecddd..ef0d67c 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/keystonemiddleware/latest/
+python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -15,8 +16,9 @@ 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 :: Only
+ Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
[files]
packages =