diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-01-29 12:55:41 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-01-29 12:58:28 +0000 |
commit | c52e49a9daa95ae069e7e804e41f6534d5849ba1 (patch) | |
tree | e332961b4edce8d404bad8831ec6ec0715703e76 | |
parent | 1436ee308cef6650e522f6bb2a30f7fe1c6f96d8 (diff) | |
download | psycopg2-c52e49a9daa95ae069e7e804e41f6534d5849ba1.tar.gz |
Report Python 2.6 wheels no more available
[skip ci]
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ What's new in psycopg 2.7.4 statements (:ticket:`633`). - Fixed compatibility problem with pypy3 (:ticket:`#649`). - Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2n. +- Wheel packages for Python 2.6 no more available (support dropped from + wheel building infrastructure). What's new in psycopg 2.7.3.2 |