Skip to content

Commit 255546d

Browse files
committed
Tests: Update python versions
1 parent 07c6fcb commit 255546d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ builders = pipeline_builder.createBuilders { container ->
4343
def test_output = "TestResults.xml"
4444
container.sh """
4545
cd ${pipeline_builder.project}
46-
pyenv local 3.7 3.8 3.9
46+
pyenv local 3.8 3.9 3.10 3.11 3.12
4747
pyenv versions
4848
python -m tox -- --junitxml=${test_output}
4949
"""

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37, py38, py39, flake8
2+
envlist = py38, py39, py310, py311, py312, flake8
33
isolated_build = true
44
skipsdist=true
55

0 commit comments

Comments
 (0)