From ae6144599a773e5c28670886cb9914c62a2ca604 Mon Sep 17 00:00:00 2001 From: Abdullah Selek Date: Wed, 30 Sep 2020 20:52:35 +0100 Subject: [PATCH] Add official Python 3.8 support on Appveyor --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3b6cef63..35720054 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,6 +30,11 @@ environment: PYTHON_ARCH: "64" TOXENV: "py37" + - PYTHON: "C:\\Python38-x64" + PYTHON_VERSION: "3.8.x" + PYTHON_ARCH: "64" + TOXENV: "py38" + install: # Install Python (from the official .msi of https://www.python.org/) and pip when # not already installed.