summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-11-11 20:31:18 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-11-11 21:13:38 +0100
commit0a4a4696698c419b72f70621e906b9cc5c01ea06 (patch)
tree74af32322b47179d245f7093c468a7bdc798b100
parent5fb1305a1420ecb884e581d84ea520e490dd5fdf (diff)
downloadpsycopg2-0a4a4696698c419b72f70621e906b9cc5c01ea06.tar.gz
Mention Python 3.11 preliminary support in the newsfile.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f462fc1..a0aa0d0 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ What's new in psycopg 2.9.2
- Raise `ValueError` for dates >= Y10k (:ticket:`#1307`).
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
PostgreSQL 14.
+- Add preliminary support for Python 3.11 (:tickets:`#1376, #1386`).
- Wheel package compiled against OpenSSL 1.1.1l and PostgreSQL 14.1
(:ticket:`#1388`).