From 2ad21734d448c32bfdbd550593b73f4b7c54b91b Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sat, 19 Dec 2020 00:46:20 -0500 Subject: [PATCH] Enable Python 3.8 and Python 3.9 testing in AppVeyor --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 8a27435a..0bcf6c6c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,11 +9,17 @@ environment: PYTHON: "C:\\Python36-x64" - TOXENV: py37 PYTHON: "C:\\Python37-x64" + - TOXENV: py38 + PYTHON: "C:\\Python38-x64" + - TOXENV: py39 + PYTHON: "C:\\Python39-x64" matrix: allow_failures: - TOXENV: py35 - TOXENV: py36 - TOXENV: py37 + - TOXENV: py38 + - TOXENV: py39 init: SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" install: - pip install tox