Test/assert Python 3.9 support

Update our package metadata and job list to include Python 3.9.

Change-Id: I931b1bf6e41b2d18d56a9b841ac8eda501093628
This commit is contained in:
Jeremy Stanley 2021-02-24 01:00:12 +00:00
parent 95df6748c8
commit 5d93035d10
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]