From 4f2d0c24bafaec068f17f0d84daf48621b09dc2a Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Tue, 3 Oct 2023 11:08:04 +0200 Subject: update appveyor to build 3.12 --- .appveyor.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.appveyor.yaml') diff --git a/.appveyor.yaml b/.appveyor.yaml index ef45de1..0a5cfad 100644 --- a/.appveyor.yaml +++ b/.appveyor.yaml @@ -2,13 +2,13 @@ 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*" + APPVEYOR_JOB_NAME: "python3-x64-vs2019" + CIBW_BUILD: "cp312-win* cp311-win* cp310-win* cp39-win* cp38-win* cp37-win*" -stack: python 3.7 +stack: python 3.11 init: -- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH% +- cmd: set PATH=C:\Python311;C:\Python311\Scripts;%PATH% install: python -m pip install -U pip cibuildwheel==2.12.0 -- cgit