Skip to content

Commit 581b188

Browse files
committed
try to update appveyor
1 parent 3f3fd09 commit 581b188

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: appveyor.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ branches:
1414

1515
environment:
1616
GOPATH: C:\gopath
17-
GOROOT: C:\go119
17+
GOROOT: C:\go121
1818
GOPY_APPVEYOR_CI: '1'
1919
GOTRACEBACK: 'crash'
20-
#CPYTHON2DIR: "C:\\Python27-x64"
21-
CPYTHON3DIR: "C:\\Python37-x64"
22-
#PATH: '%GOPATH%\bin;%CPYTHON2DIR%;%CPYTHON2DIR%\\Scripts;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
20+
CPYTHON3DIR: "C:\\Python311-x64"
2321
PATH: '%GOPATH%\bin;%GOROOT%\bin;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
2422

25-
stack: go 1.19
23+
stack: go 1.21
2624

2725
build_script:
2826
- python --version

0 commit comments

Comments
 (0)