We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fea57 commit 9f27733Copy full SHA for 9f27733
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 1.12.{build}
+version: 1.13.{build}
2
image: Visual Studio 2019
3
configuration: Release
4
environment:
@@ -23,6 +23,10 @@ environment:
23
PYTHON: 'C:\Python311\python.exe'
24
- GENERATOR: 'Visual Studio 14 Win64'
25
PYTHON: 'C:\Python311-x64\python.exe'
26
+ - GENERATOR: 'Visual Studio 14'
27
+ PYTHON: 'C:\Python312\python.exe'
28
+ - GENERATOR: 'Visual Studio 14 Win64'
29
+ PYTHON: 'C:\Python312-x64\python.exe'
30
31
matrix:
32
fast_finish: true
0 commit comments