mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Merge branch 'py38-win'
This commit is contained in:
commit
46022cb162
|
@ -10,9 +10,11 @@ environment:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# For Python versions available on Appveyor, see
|
# 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: "32"}
|
||||||
- {PY_VER: "27", PY_ARCH: "64"}
|
- {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: "32"}
|
||||||
- {PY_VER: "37", PY_ARCH: "64"}
|
- {PY_VER: "37", PY_ARCH: "64"}
|
||||||
- {PY_VER: "36", PY_ARCH: "32"}
|
- {PY_VER: "36", PY_ARCH: "32"}
|
||||||
|
@ -22,11 +24,6 @@ environment:
|
||||||
- {PY_VER: "34", PY_ARCH: "32"}
|
- {PY_VER: "34", PY_ARCH: "32"}
|
||||||
- {PY_VER: "34", PY_ARCH: "64"}
|
- {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"
|
OPENSSL_VERSION: "1_1_1d"
|
||||||
POSTGRES_VERSION: "11_4"
|
POSTGRES_VERSION: "11_4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user