From eb0533f1fbaec788b8ff7eaeb38b21bfcc3ed03e Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Tue, 28 Feb 2023 21:00:51 +0100 Subject: different 3.11 invoke --- .appveyor.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.appveyor.yaml') diff --git a/.appveyor.yaml b/.appveyor.yaml index 466f3bc..cf9460e 100644 --- a/.appveyor.yaml +++ b/.appveyor.yaml @@ -3,7 +3,12 @@ environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 APPVEYOR_JOB_NAME: "python37-x64-vs2019" - CIBW_BUILD: "cp311-win* cp310-win* cp39-win* cp38-win*" + CIBW_BUILD: "cp310-win* cp39-win* cp38-win*" + + - PYTHON: 'C:\\Python311-x64' + PYTHON_VERSION: '3.11' + PYTHON_ARCH: '64' + UIA_SUPPORT: 'YES' stack: python 3.7 -- cgit