From 135a1fed990b5916b911ba8a00a1952b37151d86 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 12 Sep 2020 11:54:36 +0300 Subject: [PATCH] AppVeyor fix #1: newer version of py3. See: * https://ci.appveyor.com/project/shlomif/pysolfc/builds/35127928 py2exe reports syntax error in attrs module on appveyor. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index dbcd0e88..e04486df 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ --- environment: matrix: - - PYTHON: "C:\\PYTHON34" + - PYTHON: "C:\\Python38" # Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml # Thanks! install: