From 36abb42b9f57a7aeb524a39450587bc9bd3cabf5 Mon Sep 17 00:00:00 2001 From: William Storey Date: Mon, 24 Nov 2025 11:00:15 -0800 Subject: [PATCH] Remove python version section --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index 3e064e4..97a8192 100644 --- a/README.rst +++ b/README.rst @@ -104,12 +104,6 @@ macOS) and Windows. On other platforms, the extension will use GIL-based protection. Calling ``close()`` while reads are in progress may cause exceptions in those threads. -Requirements ------------- - -This code requires Python 3.10+. Older versions are not supported. The C -extension requires CPython. - Versioning ----------