Add releasenotes to drop python3.6|7

As per testing runtime for Zed cycle, below patch dropped the
support for python 3.6|7 and having a releasenotes for that will
be helpful for users.

- https://review.opendev.org/c/openstack/cinder/+/839469

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I088d48efa1de74a24a365990a9396514a3a76ad2
This commit is contained in:
Ghanshyam Mann 2022-05-10 19:33:08 -05:00
parent b4d2cefc79
commit 7755f8cdd4
2 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -49,10 +49,6 @@ commands = sphinx-build -a -E -W -j auto -d releasenotes/build/doctrees -b html
setenv =
OS_TEST_PATH = ./cinder/tests/functional
[testenv:functional-py36]
setenv =
{[testenv:functional]setenv}
[testenv:functional-py38]
setenv =
{[testenv:functional]setenv}