Skip to content

Commit be0ca6c

Browse files
committed
CI: add py312 and py313 on windows on azure to test matrix
1 parent 9a834ad commit be0ca6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ stages:
5555
Windows_py311:
5656
vmImage: 'windows-latest'
5757
python.version: '3.11'
58+
Windows_py312:
59+
vmImage: 'windows-latest'
60+
python.version: '3.12'
61+
Windows_py313:
62+
vmImage: 'windows-latest'
63+
python.version: '3.13'
5864
maxParallel: 4
5965
pool:
6066
vmImage: '$(vmImage)'

0 commit comments

Comments
 (0)