From 22fdb2130284ddea3ebe1d271d05d670546e788f Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Wed, 14 Jul 2021 00:18:35 +1000 Subject: [PATCH] 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 --- ports/windows/.appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/windows/.appveyor.yml b/ports/windows/.appveyor.yml index a4cd1f1e8c..40fdff2934 100644 --- a/ports/windows/.appveyor.yml +++ b/ports/windows/.appveyor.yml @@ -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