Merge "Dropped the python 3.6/3.7 in zed cycle testing runtime"

This commit is contained in:
Zuul 2022-06-18 04:01:49 +00:00 committed by Gerrit Code Review
commit bbb0fea943
2 changed files with 1 additions and 5 deletions

View File

@ -6,11 +6,10 @@ summary = The OpenStack Backup Restore and Disaster Recovery as a Service Platfo
description_file = README.rst
home_page = https://docs.openstack.org/freezer/latest/
license = Apache-2
python_requires = >=3.8
classifier =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Development Status :: 5 - Production/Stable

View File

@ -54,9 +54,6 @@ basepython = python3.9
[testenv:py38]
basepython = python3.8
[testenv:py36]
basepython = python3.6
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}