aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-03-01 07:47:36 +0100
committerAnthon van der Neut <anthon@mnt.org>2023-03-01 07:47:36 +0100
commit1695a20212da28be346e48e8d326533bb758a19a (patch)
treefc7a31c52ba105e0e95789ffca0267b68f5c7183
parenteb0533f1fbaec788b8ff7eaeb38b21bfcc3ed03e (diff)
downloadruamel-yaml-clib-code-1695a20212da28be346e48e8d326533bb758a19a.tar.gz
testing py311 build
-rw-r--r--.appveyor.yaml17
1 files changed, 8 insertions, 9 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index cf9460e..2222a24 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -1,21 +1,20 @@
environment:
matrix:
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- APPVEYOR_JOB_NAME: "python37-x64-vs2019"
- CIBW_BUILD: "cp310-win* cp39-win* cp38-win*"
-
- - PYTHON: 'C:\\Python311-x64'
- PYTHON_VERSION: '3.11'
- PYTHON_ARCH: '64'
- UIA_SUPPORT: 'YES'
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+ APPVEYOR_JOB_NAME: "python37-x64-vs2019"
+ CIBW_BUILD:
+ - cp311-win
+ - cp310-win*
+ - cp39-win*
+ - cp38-win*
stack: python 3.7
init:
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%
-install: python -m pip install -U pip cibuildwheel==2.3.0
+install: python -m pip install -U pip cibuildwheel==2.12.0
build_script:
- python -m cibuildwheel --output-dir whl