Skip to content

Commit ca79ea7

Browse files
author
Vladimir Kotal
committed
try Python 3.7 to see if MSVC 10.0 compilation errors in python/typed_ast go
away
1 parent 077b378 commit ca79ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
MAVEN_VERSION: 3.6.0
55
matrix:
66
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
7-
PYTHON: C:\Python34
7+
PYTHON: C:\Python37
88
install:
99
- ps: |
1010
Add-Type -AssemblyName System.IO.Compression.FileSystem

0 commit comments

Comments
 (0)