Add support for Python 3.11
Change-Id: I4db0a458e054becc924726f25fff2cf0a80f3cc9
This commit is contained in:
parent
67645a46eb
commit
35a75d28e5
@ -33,6 +33,7 @@
|
|||||||
- tox-py39:
|
- tox-py39:
|
||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
- tox-py310
|
- tox-py310
|
||||||
|
- tox-py311
|
||||||
- jjb-tox-linters
|
- jjb-tox-linters
|
||||||
- jjb-tox-cross-python-jenkins
|
- jjb-tox-cross-python-jenkins
|
||||||
- jjb-tox-docs-linkcheck
|
- jjb-tox-docs-linkcheck
|
||||||
@ -44,3 +45,4 @@
|
|||||||
- tox-py39:
|
- tox-py39:
|
||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
- tox-py310
|
- tox-py310
|
||||||
|
- tox-py311
|
||||||
|
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, py39, py310, cover
|
envlist = linters, docs, docs-linkcheck, py37, py38, py39, py310, py311, 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…
Reference in New Issue
Block a user