From 581b1882a120ce29f1b283f12466171827c474ce Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Fri, 3 May 2024 15:02:18 -0700 Subject: [PATCH] try to update appveyor --- appveyor.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 03aeeb6..cb5b45c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,15 +14,13 @@ branches: environment: GOPATH: C:\gopath - GOROOT: C:\go119 + GOROOT: C:\go121 GOPY_APPVEYOR_CI: '1' GOTRACEBACK: 'crash' - #CPYTHON2DIR: "C:\\Python27-x64" - CPYTHON3DIR: "C:\\Python37-x64" - #PATH: '%GOPATH%\bin;%CPYTHON2DIR%;%CPYTHON2DIR%\\Scripts;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%' + CPYTHON3DIR: "C:\\Python311-x64" PATH: '%GOPATH%\bin;%GOROOT%\bin;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%' -stack: go 1.19 +stack: go 1.21 build_script: - python --version