try to update appveyor

This commit is contained in:
Randall C. O'Reilly 2024-05-03 15:02:18 -07:00
parent 3f3fd09c10
commit 581b1882a1
1 changed files with 3 additions and 5 deletions

View File

@ -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