Jenkins file update

This commit is contained in:
Jürgen Edelbluth 2024-10-25 17:53:24 +02:00
parent 0fcce8eef9
commit e75abc95b3
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF

2
.ci/Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
axes {
axis {
name 'PYTHON_VERSION'
values 'py39', 'py310', 'py311', 'py312', 'py13'
values 'py39', 'py310', 'py311'
}
}
stages {