From 34dd041a53c73944238bcfd0784f2d9a6e4470a6 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Thu, 30 Mar 2023 09:06:20 +0200 Subject: [PATCH] Add Python 3.11 support to README. Python 3.11 support was actually introduced in version 5.3.0, but apparently the README was not updated accordingly. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 9481af26e..5f89113bd 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,7 @@ breaking API changes. See also: https://neo4j.com/developer/kb/neo4j-supported-versions/ ++ Python 3.11 supported. + Python 3.10 supported. + Python 3.9 supported. + Python 3.8 supported.