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:
parent
6430cd3e02
commit
22fdb21302
@ -1,10 +1,10 @@
|
||||
image: Visual Studio 2013
|
||||
image: Visual Studio 2017
|
||||
clone_depth: 1
|
||||
skip_tags: true
|
||||
|
||||
environment:
|
||||
# Python version used
|
||||
MICROPY_CPYTHON3: c:/python34/python.exe
|
||||
MICROPY_CPYTHON3: c:/python38/python.exe
|
||||
|
||||
init:
|
||||
# Set build version number to commit to be travis-like
|
||||
|
Loading…
Reference in New Issue
Block a user