From 70a08047963991f0cd262c7987d85184ef328382 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 6 Sep 2020 14:32:40 +0200 Subject: [PATCH] Use python3.8 windows --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9a1fd8f..4a77fc8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ environment: - PYTHON: "C:\\Python37" - PYTHON_VERSION: 3.7 + PYTHON: "C:\\Python38" + PYTHON_VERSION: 3.8 PYTHON_ARCH: "32" TWINE_USERNAME: secure: yig0ualP0M39xIahEXhxZA==