summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorChristopher Plewright <chris@createng.com>2023-01-11 12:49:22 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-11 12:49:22 +0000
commitad15a39fdbde5ef8d4af9e0fca7e7e53b4843270 (patch)
treecf160eaa6c41d0ea151d48042e04fee0cadf38d1 /ci
parentf68cddabffcbc5b8fbfe9003182cb4b55ff8d72c (diff)
downloadvim-git-ad15a39fdbde5ef8d4af9e0fca7e7e53b4843270.tar.gz
patch 9.0.1177: AppVeyor uses some older toolsv9.0.1177
Problem: AppVeyor uses some older tools. Solution: Switch to Visual Studio 2022 and Python 3.11. (Christopher Plewright, closes #11793)
Diffstat (limited to 'ci')
-rw-r--r--ci/appveyor.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/appveyor.bat b/ci/appveyor.bat
index 92ec936f9..b780ff1f0 100644
--- a/ci/appveyor.bat
+++ b/ci/appveyor.bat
@@ -22,7 +22,7 @@ if "%FEATURE%" == "HUGE" (
nmake -f Make_mvc.mak CPU=AMD64 ^
OLE=no GUI=yes IME=yes ICONV=yes DEBUG=no POSTSCRIPT=yes ^
PYTHON_VER=27 DYNAMIC_PYTHON=yes PYTHON=C:\Python27-x64 ^
- PYTHON3_VER=35 DYNAMIC_PYTHON3=yes PYTHON3=C:\Python35-x64 ^
+ PYTHON3_VER=311 DYNAMIC_PYTHON3=yes PYTHON3=C:\Python311-x64 ^
FEATURES=%FEATURE%
) ELSE (
nmake -f Make_mvc.mak CPU=AMD64 ^