Add support for Python 3.12
Change-Id: Ic4885ee35e900a2115078d6320e97aab89c819bb Signed-off-by: Evgeni Golov <evgeni@golov.de>
This commit is contained in:
parent
26d10f4f18
commit
413e765aea
@ -36,6 +36,7 @@
|
|||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
- tox-py311:
|
- tox-py311:
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
|
- tox-py312
|
||||||
- jjb-tox-linters
|
- jjb-tox-linters
|
||||||
- jjb-tox-cross-python-jenkins
|
- jjb-tox-cross-python-jenkins
|
||||||
- jjb-tox-docs-linkcheck
|
- jjb-tox-docs-linkcheck
|
||||||
@ -50,3 +51,4 @@
|
|||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
- tox-py311:
|
- tox-py311:
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
|
- tox-py312
|
||||||
|
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, py311, cover
|
envlist = linters, docs, docs-linkcheck, py37, py38, py39, py310, py311, py312, 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