From a3d675d5446ad2bb3ce527ab33e9d394f123c81b Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 25 Jun 2024 19:03:05 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa17fa3..f4e8879 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Requirements -Python3.11+ is **required**. Some newer features are directly used and earlier versions won't work (e.g. Walrus, type hinting chaining "|", etc., StrEnum) class +Python3.11+ is **required**. Some newer features are directly used and earlier versions won't work (e.g. Walrus, type hinting chaining "|", etc., StrEnum) ## Instalation and Usage