From 25bb63875fbd8a7a9abf8cae4bfa7ed637b0539a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 27 Sep 2020 14:47:45 -0700 Subject: [PATCH] Add Python 3.9 for Windows --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 020a137e..d2db0aec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: # For Python versions available on Appveyor, see - # http://www.appveyor.com/docs/installed-software#python + # https://www.appveyor.com/docs/windows-images-software/#python - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python36" @@ -10,6 +10,8 @@ environment: - PYTHON: "C:\\Python37-x64" - PYTHON: "C:\\Python38" - PYTHON: "C:\\Python38-x64" + - PYTHON: "C:\\Python39" + - PYTHON: "C:\\Python39-x64" install: # Download and install python if we don't have the version we need