From 66d1557b5aed406360d5128b0288be1bbb2a089f Mon Sep 17 00:00:00 2001 From: skshetry Date: Tue, 8 Nov 2022 10:46:21 +0545 Subject: [PATCH] ci/appveyor: build Python3.11 wheel for Windows Appveyor now has support for Python 3.11. See https://github.com/appveyor/ci/issues/3844 and https://www.appveyor.com/updates/2022/11/07. --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b0ad75569..d3aa9d1a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,6 +19,10 @@ environment: PYTHON: 'C:\Python310\python.exe' - GENERATOR: 'Visual Studio 14 Win64' PYTHON: 'C:\Python310-x64\python.exe' + - GENERATOR: 'Visual Studio 14' + PYTHON: 'C:\Python311\python.exe' + - GENERATOR: 'Visual Studio 14 Win64' + PYTHON: 'C:\Python311-x64\python.exe' matrix: fast_finish: true