Add Python 3.15 to CI (#11912)

Add Python 3.15 to CI.
This commit is contained in:
Felix Fontein
2026-04-22 20:16:25 +02:00
committed by GitHub
parent d57a667274
commit 7db237aaa4

View File

@@ -125,6 +125,7 @@ stages:
- test: '3.12'
- test: '3.13'
- test: '3.14'
- test: '3.15'
- stage: Units_2_21
displayName: Units 2.21
dependsOn: []
@@ -366,8 +367,8 @@ stages:
# testFormat: devel/generic/{0}/1
# targets:
# - test: '3.9'
# - test: '3.12'
# - test: '3.14'
# - test: '3.13'
# - test: '3.15'
# - stage: Generic_2_21
# displayName: Generic 2.21
# dependsOn: []