Skip to content

Commit eb3d158

Browse files
committed
ci: support python 3.14
1 parent 0f431a9 commit eb3d158

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
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310, py311, py312, py313
2+
envlist = py310, py311, py312, py313, py314
33

44

55
[pytest]

vars/runJenkinsPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def call(){
461461
axes: [
462462
[
463463
name: 'PYTHON_VERSION',
464-
values: ['3.10', '3.11', '3.12','3.13']
464+
values: ['3.10', '3.11', '3.12', '3.13', '3.14']
465465
],
466466
[
467467
name: 'OS',

0 commit comments

Comments
 (0)