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

This commit is contained in:
Zuul 2022-05-16 01:24:43 +00:00 committed by Gerrit Code Review
commit 6c06dc58f3
2 changed files with 2 additions and 7 deletions

View File

@ -6,15 +6,13 @@ author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
license = Apache-2 license = Apache-2
home_page = https://docs.openstack.org/freezer/latest/ home_page = https://docs.openstack.org/freezer/latest/
python_requires = >=3.6 python_requires = >=3.8
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = py39,py38,py36,pep8,pylint,docs envlist = py39,py38,pep8,pylint,docs
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -38,9 +38,6 @@ whitelist_externals =
python_files = test_*.py python_files = test_*.py
norecursedirs = .tox .venv norecursedirs = .tox .venv
[testenv:py36]
basepython = python3.6
[testenv:py38] [testenv:py38]
basepython = python3.8 basepython = python3.8