Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 682c689

Browse files
author
Bavneet Singh
committed
fix failing test cases in the pipeline
1 parent 79863aa commit 682c689

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

testing/pipeline/k8s-custom-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,14 @@ stages:
140140
vmImage: 'ubuntu-latest'
141141
strategy:
142142
matrix:
143-
Python38:
144-
python.version: '3.8'
145143
Python39:
146144
python.version: '3.9'
147145
Python310:
148146
python.version: '3.10'
147+
Python311:
148+
python.version: '3.11'
149+
Python312:
150+
python.version: '3.12'
149151
steps:
150152
- task: UsePythonVersion@0
151153
displayName: 'Use Python $(python.version)'

0 commit comments

Comments
 (0)