From e0c234cc93bb3ee3d72dc5063a93ec1c742f9af6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 8 Feb 2025 08:07:59 +0100 Subject: [PATCH] AppVeyor tests fail on Python 3.12 and 3.13 These failing tests will be fixed by * #985 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c5e4e910..c4acd82c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,7 +41,7 @@ install: - set PATH=%APPDATA%\npm;%PATH% # Typical npm stuff. - npm install - - IF %nodejs_version% GEQ 22 set NODE_GYP_FORCE_PYTHON=C:\Python38-x64\python.exe + - IF %nodejs_version% GEQ 22 set NODE_GYP_FORCE_PYTHON=C:\Python312-x64\python.exe - IF %nodejs_version% LSS 8 (npm run rebuild-tests-2015) ELSE (npm run rebuild-tests) # Post-install test scripts.