Skip to content

Commit 6e8bdba

Browse files
committed
ci: support testing with python 3.14
1 parent a8fc230 commit 6e8bdba

3 files changed

Lines changed: 41 additions & 29 deletions

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; pytest_args = "--junitxml=reports/junit-{env:OS:UNKNOWN_OS}-{envname}.xml --junit-prefix={env:OS:UNKNOWN_OS} --basetemp={envtmpdir}"
44
; sphinx_args = "-W -b html -d {envtmpdir}/doctrees source {envtmpdir}/html"
55
[tox]
6-
envlist = py310, py311, py312, py313
6+
envlist = py310, py311, py312, py313, py314
77
minversion = 3.10
88

99

uv.lock

Lines changed: 39 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vars/runJenkinsPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def call(){
620620
axes: [
621621
[
622622
name: 'PYTHON_VERSION',
623-
values: ['3.10', '3.11', '3.12','3.13']
623+
values: ['3.10', '3.11', '3.12','3.13', '3.14']
624624
],
625625
[
626626
name: 'OS',

0 commit comments

Comments
 (0)