Skip to content

Commit

Permalink
Windows wheels for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Oct 29, 2023
1 parent 02fea57 commit 9f27733
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.12.{build}
version: 1.13.{build}
image: Visual Studio 2019
configuration: Release
environment:
Expand All @@ -23,6 +23,10 @@ environment:
PYTHON: 'C:\Python311\python.exe'
- GENERATOR: 'Visual Studio 14 Win64'
PYTHON: 'C:\Python311-x64\python.exe'
- GENERATOR: 'Visual Studio 14'
PYTHON: 'C:\Python312\python.exe'
- GENERATOR: 'Visual Studio 14 Win64'
PYTHON: 'C:\Python312-x64\python.exe'

matrix:
fast_finish: true
Expand Down

0 comments on commit 9f27733

Please sign in to comment.