diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-11-10 20:51:47 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-11-10 20:58:44 +0000 |
commit | 9c32457c28f17b350f61b2e468b47e17fd584f9d (patch) | |
tree | b09fbdc6f5cfcf01aaecf8d340d843accd8955e5 | |
parent | d70d3ee482bdbeee3894656e1dcec30f38c2d999 (diff) | |
download | psycopg2-py38-win.tar.gz |
Added Python 3.8 build on Appveyorpy38-win
-rw-r--r-- | .appveyor.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f371415..48eceb1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,9 +10,11 @@ environment: matrix: # For Python versions available on Appveyor, see - # https://www.appveyor.com/docs/build-environment/ + # https://www.appveyor.com/docs/windows-images-software/#python - {PY_VER: "27", PY_ARCH: "32"} - {PY_VER: "27", PY_ARCH: "64"} + - {PY_VER: "38", PY_ARCH: "32"} + - {PY_VER: "38", PY_ARCH: "64"} - {PY_VER: "37", PY_ARCH: "32"} - {PY_VER: "37", PY_ARCH: "64"} - {PY_VER: "36", PY_ARCH: "32"} @@ -22,11 +24,6 @@ environment: - {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"} - OPENSSL_VERSION: "1_1_1d" POSTGRES_VERSION: "11_4" |