From 15573b9172f8ac5573dd65553c7a5d2fcd1953eb Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Sat, 9 Nov 2019 07:29:14 -0600 Subject: [PATCH] Enable Python 3.8 on AppVeyor. --- .appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f371415c..eba33660 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,11 +21,8 @@ environment: - {PY_VER: "35", PY_ARCH: "64"} - {PY_VER: "34", PY_ARCH: "32"} - {PY_VER: "34", PY_ARCH: "64"} - - # not supported by appveyor as of 2019-10-19 - # https://www.appveyor.com/docs/windows-images-software/#python - # - {PY_VER: "38", PY_ARCH: "32"} - # - {PY_VER: "38", PY_ARCH: "64"} + - {PY_VER: "38", PY_ARCH: "32"} + - {PY_VER: "38", PY_ARCH: "64"} OPENSSL_VERSION: "1_1_1d" POSTGRES_VERSION: "11_4"