Enable official support for Python 3.7 / 3.8

Change-Id: I9f38fd8afc082dd675edb94d6dbd5c18cc19f2a2
This commit is contained in:
Adam Romanek 2021-01-01 23:36:41 +01:00
parent 7c1c936478
commit dbd8c24a1b
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