From 3aceab42e3d48e04d0e730bb34935a23e5565f28 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Tue, 15 Oct 2019 13:26:43 +0300 Subject: [PATCH] No Python 3.8 on Appveyor yet Stay tuned to https://github.com/appveyor/ci/issues/3142. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index dc08606..64c391d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ environment: - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python36" - PYTHON: "C:\\Python37" - - PYTHON: "C:\\Python38" +## - PYTHON: "C:\\Python38" init: - "echo %PYTHON%"