mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-01 19:00:09 +03:00
Enable Python 3.8 on AppVeyor.
This commit is contained in:
parent
d70d3ee482
commit
15573b9172
|
@ -21,11 +21,8 @@ environment:
|
||||||
- {PY_VER: "35", PY_ARCH: "64"}
|
- {PY_VER: "35", PY_ARCH: "64"}
|
||||||
- {PY_VER: "34", PY_ARCH: "32"}
|
- {PY_VER: "34", PY_ARCH: "32"}
|
||||||
- {PY_VER: "34", PY_ARCH: "64"}
|
- {PY_VER: "34", PY_ARCH: "64"}
|
||||||
|
- {PY_VER: "38", PY_ARCH: "32"}
|
||||||
# not supported by appveyor as of 2019-10-19
|
- {PY_VER: "38", PY_ARCH: "64"}
|
||||||
# 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