Skip to content

Commit a9e0442

Browse files
committed
support python 3.14 and 3.14t
1 parent 6d36759 commit a9e0442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310, py311, py312, py313
2+
envlist = py310, py311, py312, py313, py314, py314t
33
isolated_build = true
44
minversion = 2.0
55

vars/runJenkinsPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def call(){
507507
axes {
508508
axis {
509509
name 'PYTHON_VERSION'
510-
values '3.10', '3.11', '3.12', '3.13'
510+
values '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'
511511
}
512512
axis {
513513
name 'PACKAGE_TYPE'

0 commit comments

Comments
 (0)