We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3fd09 commit 581b188Copy full SHA for 581b188
appveyor.yml
@@ -14,15 +14,13 @@ branches:
14
15
environment:
16
GOPATH: C:\gopath
17
- GOROOT: C:\go119
+ GOROOT: C:\go121
18
GOPY_APPVEYOR_CI: '1'
19
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%'
+ CPYTHON3DIR: "C:\\Python311-x64"
23
PATH: '%GOPATH%\bin;%GOROOT%\bin;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
24
25
-stack: go 1.19
+stack: go 1.21
26
27
build_script:
28
- python --version
0 commit comments