summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-05-11 22:23:24 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-05-11 22:23:24 -0500
commit02e1658f8a5e1029d98d97e3329b431266839416 (patch)
tree94731b8b88eb56bb6fe151e87f963e513a821c19 /releasenotes
parentdfd4ce000b9efd5d9b608bd29bfa4a832383ca2c (diff)
downloadneutron-02e1658f8a5e1029d98d97e3329b431266839416.tar.gz
Update python testing as per zed cycle teting 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 Change-Id: I8a10b462868f8c015fec3bee5622c41833b06e08
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-python-3-6-and-3-7-9c79fbb80e94faaf.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-python-3-6-and-3-7-9c79fbb80e94faaf.yaml b/releasenotes/notes/drop-python-3-6-and-3-7-9c79fbb80e94faaf.yaml
new file mode 100644
index 0000000000..db420d7390
--- /dev/null
+++ b/releasenotes/notes/drop-python-3-6-and-3-7-9c79fbb80e94faaf.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.