aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-02-28 21:00:51 +0100
committerAnthon van der Neut <anthon@mnt.org>2023-02-28 21:00:51 +0100
commiteb0533f1fbaec788b8ff7eaeb38b21bfcc3ed03e (patch)
tree86483daf28daf1ffbe13acdfb9ed0eb16fcbdd00
parentaed55d1c53f5566e1abd22ab16a9c63decd73ab0 (diff)
downloadruamel-yaml-clib-code-eb0533f1fbaec788b8ff7eaeb38b21bfcc3ed03e.tar.gz
different 3.11 invoke
-rw-r--r--.appveyor.yaml7
1 files changed, 6 insertions, 1 deletions
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