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:
parent
95df6748c8
commit
5d93035d10
@ -9,5 +9,7 @@
|
|||||||
- tox-py36
|
- tox-py36
|
||||||
- tox-py37
|
- tox-py37
|
||||||
- tox-py38
|
- tox-py38
|
||||||
|
- tox-py39:
|
||||||
|
nodeset: ubuntu-focal
|
||||||
gate:
|
gate:
|
||||||
jobs: *jobs
|
jobs: *jobs
|
||||||
|
@ -9,6 +9,7 @@ classifiers =
|
|||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
|
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = linters,docs,py3{5,6,7,8}
|
envlist = linters,docs,py3
|
||||||
ignore_basepython_conflict = true
|
ignore_basepython_conflict = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user