summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-05-10 19:25:24 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-05-10 19:25:24 -0500
commitaeee48b561ba0d100663311c3ba94f0d128105aa (patch)
tree8bbb56bd77f4fd0e9d845614649b58a5b06fa098 /releasenotes
parentaac2a83df6ab96718efff82509ceb4a85a632d90 (diff)
downloadglance_store-aeee48b561ba0d100663311c3ba94f0d128105aa.tar.gz
Update python testing as per zed cycle teting runtime4.0.0
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Moving the py36 job to py3 based so that they run on latest supported python 3. Updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Ida582daf7db6fb3cedb3c7e37fc512d094b37c6e
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-python-3-6-and-3-7-41af87576c4fd7b1.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-python-3-6-and-3-7-41af87576c4fd7b1.yaml b/releasenotes/notes/drop-python-3-6-and-3-7-41af87576c4fd7b1.yaml
new file mode 100644
index 0000000..db420d7
--- /dev/null
+++ b/releasenotes/notes/drop-python-3-6-and-3-7-41af87576c4fd7b1.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.