Skip to content

Commit ac35297

Browse files
committed
ci: support testing with python 3.14 free threaded
1 parent e0ce395 commit ac35297

2 files changed

Lines changed: 2 additions & 2 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, py314
6+
envlist = py310, py311, py312, py313, py314, py314t
77
minversion = 3.10
88

99

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', '3.14']
623+
values: ['3.10', '3.11', '3.12','3.13', '3.14', '3.14t']
624624
],
625625
[
626626
name: 'OS',

0 commit comments

Comments
 (0)