mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Test on appveyior with libpq 11.5 and openssl 1.1.1d
Will mention the new libraries' support after testing with wheels
This commit is contained in:
parent
b2a09fb404
commit
24a8d600bf
|
@ -27,8 +27,8 @@ environment:
|
||||||
# - {PY_VER: "38", PY_ARCH: "32"}
|
# - {PY_VER: "38", PY_ARCH: "32"}
|
||||||
# - {PY_VER: "38", PY_ARCH: "64"}
|
# - {PY_VER: "38", PY_ARCH: "64"}
|
||||||
|
|
||||||
OPENSSL_VERSION: "1_1_1b"
|
OPENSSL_VERSION: "1_1_1d"
|
||||||
POSTGRES_VERSION: "11_2"
|
POSTGRES_VERSION: "11_5"
|
||||||
|
|
||||||
PSYCOPG2_TESTDB: psycopg2_test
|
PSYCOPG2_TESTDB: psycopg2_test
|
||||||
PSYCOPG2_TESTDB_USER: postgres
|
PSYCOPG2_TESTDB_USER: postgres
|
||||||
|
|
|
@ -9,10 +9,10 @@ To invalidate the cache, update this file and check it into git.
|
||||||
Currently used modules built in the cache:
|
Currently used modules built in the cache:
|
||||||
|
|
||||||
OpenSSL
|
OpenSSL
|
||||||
Version: 1.1.1b
|
Version: 1.1.1d
|
||||||
|
|
||||||
PostgreSQL
|
PostgreSQL
|
||||||
Version: 11.2
|
Version: 11.5
|
||||||
|
|
||||||
|
|
||||||
NOTE: to zap the cache manually you can also use:
|
NOTE: to zap the cache manually you can also use:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user