From 8c96a38a1c1f6210127516f985c734973156f175 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 a26bff5..9feab5f 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%"