From f8362a52615d070e8b426508aee4d01bc596052c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 30 Oct 2025 02:59:10 +0000 Subject: [PATCH] docs: mention riscv64 support in news file --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 01cee926..34542328 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ What's new in psycopg 2.9.11 - Add support for Python 3.14. - Avoid a segfault passing more arguments than placeholders if Python is built with assertions enabled (:ticket:`#1791`). +- Add riscv64 platform binary packages (:ticket:`#1813`). - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 18. - Drop support for Python 3.8.