From 442a124cc682e7aaee0a897cde8cd11b65d6a3ec Mon Sep 17 00:00:00 2001 From: Chris Stenkamp Date: Wed, 26 Oct 2022 12:51:56 +0200 Subject: [PATCH] Update Readme: Requires Python 3.7 Since version 3.20.0, which added Type Annotations, this package actually requires Python 3.7, which is the first version that supports them. The Readme should be updated accordingly. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 650fc8d..9e5b81e 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Dependencies ============= This driver depends on: -* Python 3.6 or higher +* Python 3.7 or higher Installing from PyPI =====================