Skip to content

Commit e0c234c

Browse files
authored
AppVeyor tests fail on Python 3.12 and 3.13
These failing tests will be fixed by * nodejs#985
1 parent ef5a989 commit e0c234c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install:
4141
- set PATH=%APPDATA%\npm;%PATH%
4242
# Typical npm stuff.
4343
- npm install
44-
- IF %nodejs_version% GEQ 22 set NODE_GYP_FORCE_PYTHON=C:\Python38-x64\python.exe
44+
- IF %nodejs_version% GEQ 22 set NODE_GYP_FORCE_PYTHON=C:\Python312-x64\python.exe
4545
- IF %nodejs_version% LSS 8 (npm run rebuild-tests-2015) ELSE (npm run rebuild-tests)
4646

4747
# Post-install test scripts.

0 commit comments

Comments
 (0)