Merge "fix: Drop testing for Python 3.6"

This commit is contained in:
Zuul 2022-04-21 12:27:36 +00:00 committed by Gerrit Code Review
commit d044db609a
3 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,6 @@
- project:
templates:
- docs-on-readthedocs
- openstack-python36-jobs-no-constraints
- openstack-python37-jobs-no-constraints
- openstack-python38-jobs-no-constraints
vars:

View File

@ -22,7 +22,6 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.2
envlist = linters, docs, docs-linkcheck, py36, py37, py38, cover
envlist = linters, docs, docs-linkcheck, py37, py38, cover
skip_missing_interpreters = true
# custom vars (no meaning to tox)
install_test_deps = pip install -q -r test-requirements.txt