Skip to content

Commit 3263d4f

Browse files
authored
Merge pull request TutteInstitute#28 from gclendenning/main
Add 3.12 to pipeline
2 parents 07f95f3 + 7a6a20a commit 3263d4f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,15 @@ stages:
6060
windows_py311:
6161
imageName: 'windows-latest'
6262
python.version: '3.11'
63-
63+
mac_py312:
64+
imageName: 'macOS-latest'
65+
python.version: '3.12'
66+
linux_py312:
67+
imageName: 'ubuntu-latest'
68+
python.version: '3.12'
69+
windows_py312:
70+
imageName: 'windows-latest'
71+
python.version: '3.12'
6472
pool:
6573
vmImage: $(imageName)
6674

0 commit comments

Comments
 (0)