Add support for Python 3.9 and 3.10
Change-Id: I086932c0a5748dc98f7fcac0a0393f426a891ac2
This commit is contained in:
parent
7db2d13937
commit
5ebd23af38
@ -30,6 +30,9 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- tox-py38:
|
- tox-py38:
|
||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
|
- tox-py39:
|
||||||
|
nodeset: ubuntu-focal
|
||||||
|
- tox-py310
|
||||||
- jjb-tox-linters
|
- jjb-tox-linters
|
||||||
- jjb-tox-cross-python-jenkins
|
- jjb-tox-cross-python-jenkins
|
||||||
- jjb-tox-docs-linkcheck
|
- jjb-tox-docs-linkcheck
|
||||||
@ -38,3 +41,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- tox-py38:
|
- tox-py38:
|
||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
|
- tox-py39:
|
||||||
|
nodeset: ubuntu-focal
|
||||||
|
- tox-py310
|
||||||
|
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.2
|
minversion = 2.2
|
||||||
envlist = linters, docs, docs-linkcheck, py37, py38, cover
|
envlist = linters, docs, docs-linkcheck, py37, py38, py39, py310, cover
|
||||||
skip_missing_interpreters = true
|
skip_missing_interpreters = true
|
||||||
# custom vars (no meaning to tox)
|
# custom vars (no meaning to tox)
|
||||||
install_test_deps = pip install -q -r test-requirements.txt
|
install_test_deps = pip install -q -r test-requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user