From 9f277338dd77c971f9c50fb8c8bc4369b0ee76f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Sun, 29 Oct 2023 19:26:11 +0100 Subject: [PATCH] Windows wheels for Python 3.12 --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 95abb28f..03702395 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.12.{build} +version: 1.13.{build} image: Visual Studio 2019 configuration: Release environment: @@ -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