Add support for Python 3.11

Change-Id: I4db0a458e054becc924726f25fff2cf0a80f3cc9
This commit is contained in:
Vsevolod Fedorov 2023-12-14 13:31:29 +03:00
parent 67645a46eb
commit 35a75d28e5
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@
- tox-py39:
nodeset: ubuntu-focal
- tox-py310
- tox-py311
- jjb-tox-linters
- jjb-tox-cross-python-jenkins
- jjb-tox-docs-linkcheck
@ -44,3 +45,4 @@
- tox-py39:
nodeset: ubuntu-focal
- tox-py310
- tox-py311

View File

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