Add support for Python 3.12

Change-Id: Ic4885ee35e900a2115078d6320e97aab89c819bb
Signed-off-by: Evgeni Golov <evgeni@golov.de>
This commit is contained in:
Evgeni Golov 2024-05-10 09:22:42 +02:00
parent 4897d5e047
commit aee97858d3
2 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@
nodeset: ubuntu-focal
- tox-py310
- tox-py311
- tox-py312
- jjb-tox-linters
- jjb-tox-cross-python-jenkins
- jjb-tox-docs-linkcheck
@ -46,3 +47,4 @@
nodeset: ubuntu-focal
- tox-py310
- tox-py311
- tox-py312

View File

@ -1,6 +1,6 @@
[tox]
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
# custom vars (no meaning to tox)
install_test_deps = pip install -q -r test-requirements.txt