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>
pull/7472/head
Jim Mussared 2021-07-14 00:18:35 +10:00 zatwierdzone przez Damien George
rodzic 6430cd3e02
commit 22fdb21302
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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