From fe150624146ee631bb0f95e45731e8b01281fed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Wed, 23 Dec 2020 11:23:58 -0500 Subject: [PATCH] Add 3.9 to appveyor file for completeness sake Are we done with appveyor now? Can we just remove this file? --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index bcefe02e..fbc41c36 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,6 +24,8 @@ environment: # - PYTHON_VER: Python37-x64 # - PYTHON_VER: Python38 # - PYTHON_VER: Python38-x64 +# - PYTHON_VER: Python39 +# - PYTHON_VER: Python39-x64 #init: #- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))