Last appveyor platform version doesn't have python 3.6

This commit is contained in:
Matthieu Gautier
2024-01-08 15:34:35 +01:00
parent c91db165ba
commit fa6fcb1c9f
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ IF %_WITH_CONSOLE% EQU 1 (
)
echo "Running fix_desktop"
C:\Python36\Python ..\appveyor\fix_desktop_makefile.py Makefile.Release || exit /b 1
C:\Python312\Python ..\appveyor\fix_desktop_makefile.py Makefile.Release || exit /b 1
echo "Running nmake"
nmake || exit /b 1
cd ..