Add support for Python 3.9 and 3.10

Change-Id: I086932c0a5748dc98f7fcac0a0393f426a891ac2
This commit is contained in:
Vsevolod Fedorov 2023-04-04 12:01:46 +03:00
parent 7db2d13937
commit 5ebd23af38
2 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,9 @@
jobs:
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310
- jjb-tox-linters
- jjb-tox-cross-python-jenkins
- jjb-tox-docs-linkcheck
@ -38,3 +41,6 @@
jobs:
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310

View File

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