Merge "Test/assert Python 3.9 support"

This commit is contained in:
Zuul 2021-02-24 13:35:12 +00:00 committed by Gerrit Code Review
commit c1b1e6cbfe
3 changed files with 4 additions and 1 deletions

View File

@ -9,5 +9,7 @@
- tox-py36
- tox-py37
- tox-py38
- tox-py39:
nodeset: ubuntu-focal
gate:
jobs: *jobs

View File

@ -9,6 +9,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python
Development Status :: 5 - Production/Stable
Environment :: Console

View File

@ -1,5 +1,5 @@
[tox]
envlist = linters,docs,py3{5,6,7,8}
envlist = linters,docs,py3
ignore_basepython_conflict = true
[testenv]