Merge "Add releasenotes to drop python3.6|7"

This commit is contained in:
Zuul 2022-05-19 21:47:37 +00:00 committed by Gerrit Code Review
commit ee662725a6
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}