windows/appveyor: Update to VS 2017 and use Python 3.8 for build/test.
MicroPython implements some 3.5+ features, and this change helps to reduce the need for some .exp files in the test suite. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
6430cd3e02
commit
22fdb21302
@@ -1,10 +1,10 @@
|
|||||||
image: Visual Studio 2013
|
image: Visual Studio 2017
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# Python version used
|
# Python version used
|
||||||
MICROPY_CPYTHON3: c:/python34/python.exe
|
MICROPY_CPYTHON3: c:/python38/python.exe
|
||||||
|
|
||||||
init:
|
init:
|
||||||
# Set build version number to commit to be travis-like
|
# Set build version number to commit to be travis-like
|
||||||
|
|||||||
Reference in New Issue
Block a user