Skip to content

Commit

Permalink
Merge branch 'py38-win'
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Dec 30, 2019
2 parents f414461 + 9c32457 commit 46022cb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -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"

Expand Down

0 comments on commit 46022cb

Please sign in to comment.