From b70cd298fc04b2aa667e0071074faacc21cd93ef Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 5 May 2022 18:34:59 -0500 Subject: [PATCH] Add releasenote about dropping pythin 3.6|7 support In Zed cycle we have stopped testing the python3.6|7 means dropped the support and we also bumped the min python required version in setup.cfg - Iba5074ea6f981a7527e86cfc98edd1ed7dd3086f Adding a releasentoes will be good to communicate the same. Change-Id: I85c1136dd0cd0dce96f8285d3930a31c5a68ead5 --- .../notes/drop-python-3-6-and-3-7-cd3bf1e945f05fd3.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/drop-python-3-6-and-3-7-cd3bf1e945f05fd3.yaml diff --git a/releasenotes/notes/drop-python-3-6-and-3-7-cd3bf1e945f05fd3.yaml b/releasenotes/notes/drop-python-3-6-and-3-7-cd3bf1e945f05fd3.yaml new file mode 100644 index 0000000000..74ad7fd5e0 --- /dev/null +++ b/releasenotes/notes/drop-python-3-6-and-3-7-cd3bf1e945f05fd3.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Python 3.6 & 3.7 support has been dropped. The minimum version of Python now + supported by nova is Python 3.8.