Skip to content

Commit d95a092

Browse files
authored
fix: wrong python binary for py36 on windows (#360)
1 parent dac3ed8 commit d95a092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
PYTHON_VERSION: "3.5.2"
2121
PYTHON_ARCH: "32"
2222

23-
- PYTHON: "C:\\Python35"
23+
- PYTHON: "C:\\Python36"
2424
PYTHON_VERSION: "3.6.0"
2525
PYTHON_ARCH: "32"
2626

@@ -36,7 +36,7 @@ environment:
3636
PYTHON_VERSION: "3.5.2"
3737
PYTHON_ARCH: "64"
3838

39-
- PYTHON: "C:\\Python35-x64"
39+
- PYTHON: "C:\\Python36-x64"
4040
PYTHON_VERSION: "3.6.0"
4141
PYTHON_ARCH: "64"
4242

0 commit comments

Comments
 (0)