Skip to content

Commit 9f27733

Browse files
committed
Windows wheels for Python 3.12
1 parent 02fea57 commit 9f27733

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.12.{build}
1+
version: 1.13.{build}
22
image: Visual Studio 2019
33
configuration: Release
44
environment:
@@ -23,6 +23,10 @@ environment:
2323
PYTHON: 'C:\Python311\python.exe'
2424
- GENERATOR: 'Visual Studio 14 Win64'
2525
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'
2630

2731
matrix:
2832
fast_finish: true

0 commit comments

Comments
 (0)