fix: Drop testing for Python 3.6

Change I42660519c1cbe94a4322767b1940e113b0e5a276 missed dropping support
for Python 3.6 which is also EOL.

This is not noted as a breaking change as the release email that went out
for JJB 4.0.0 already addresses that we will be dropping support for
Python 3.6 and older so this simply removes the CI testing associated with
that statement.

Change-Id: Ia146401460c8978d1b53213413bf92d5aef9a3cf
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
This commit is contained in:
Thanh Ha 2022-04-12 12:28:03 -04:00
parent 79a5cb8b11
commit 7e860919a8
No known key found for this signature in database
GPG Key ID: 5783F720616E3180
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