From 7f65c2cfb99b7572b73ce986406f55a62cd91d29 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 22 Jan 2020 20:09:10 -0500 Subject: Remove Python 3.8 from AppVeyor since it doesn't seem to yet support it, at least not in a Miniconda environment --- .appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7a29f2a7..b335fe55 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,14 +8,11 @@ environment: PYTHON_VERSION: "3.6.x" PYTHON_ARCH: "64" TOXENV: "py36" + - PYTHON: "C:\\Miniconda37-x64" PYTHON_VERSION: "3.7.x" PYTHON_ARCH: "64" TOXENV: "py37" - - PYTHON: "C:\\Miniconda38-x64" - PYTHON_VERSION: "3.8.x" - PYTHON_ARCH: "64" - TOXENV: "py38" init: - "%PYTHON%/python -V" -- cgit v1.2.1