From b4a6ec6c7c32e7db2770aa2d9f89497e6ef82b13 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 23 Jan 2020 23:54:41 -0300 Subject: appveyor: bump Python to 3.7 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2117694c..6a4f9417 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,7 +82,7 @@ init: - set PATH=C:\MinGW\bin;%PATH% before_build: - - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH + - set PATH=C:\Python37\Scripts;%PATH% # Add directory containing 'pip' to PATH - IF NOT EXIST lua_install-%LUAV%\bin\activate.bat ( pip install hererocks ) - IF NOT EXIST lua_install-%LUAV%\bin\activate.bat ( hererocks lua_install-%LUAV% --%LUAT% %LUAV% --luarocks latest --target=%COMPILER% ) - call lua_install-%LUAV%\bin\activate -- cgit v1.2.3-55-g6feb