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 31695e3394
2 changed files with 8 additions and 3 deletions

View File

@ -7,11 +7,10 @@
- job:
name: jjb-tox-cross-python-jenkins
description: Tests compatibility with master branch of python-jenkins
parent: tox-py38
parent: tox
required-projects:
- jjb/python-jenkins
- jjb/jenkins-job-builder
nodeset: ubuntu-focal
voting: true
- job:
@ -30,6 +29,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 +40,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