From 8934d531b4694f5e041361989230db20e2f19e15 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 8 Nov 2024 09:41:41 -0800 Subject: [PATCH] Update index.rst drop support for Python 3.8 --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 2637dd0..bd80757 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,7 +23,7 @@ The core of Blinker is quite small but provides powerful features: - thread safety Blinker was written by Jason Kirtand and is provided under the MIT -License. The library supports Python 3.8 or later; or PyPy3.9 or later. +License. The library supports Python 3.9 or later. Decoupling With Named Signals