From 39004875208e650e512a964afcc62e5275354df2 Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Mon, 31 May 2021 09:35:30 +0100 Subject: Add Python 3.9 for Windows --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 6266dfd..45a60cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,8 @@ environment: - PYTHON: "C:\\Python37-x64" - PYTHON: "C:\\Python38" - PYTHON: "C:\\Python38-x64" + - PYTHON: "C:\\Python39" + - PYTHON: "C:\\Python39-x64" install: -- cgit v1.2.1