Merge "Enable official support for Python 3.7 / 3.8"

This commit is contained in:
Zuul 2021-01-07 08:22:10 +00:00 committed by Gerrit Code Review
commit 9666406486
3 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,9 @@
- docs-on-readthedocs
- openstack-python-jobs-no-constraints
- openstack-python35-jobs-no-constraints
- openstack-python36-jobs-no-constraints
- openstack-python37-jobs-no-constraints
- openstack-python38-jobs-no-constraints
vars:
rtd_webhook_id: '47271'
check:

View File

@ -28,6 +28,8 @@ classifier =
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
packages =

View File

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