From 973efdd6884d8cf80bb8d77a096abe5d745d719a Mon Sep 17 00:00:00 2001 From: declaresub Date: Thu, 26 Oct 2023 21:10:11 -0400 Subject: [PATCH] Update supported Python versions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96c197e..d4da5fe 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The code herein has been in use in production here and there on the internet sin ## Requirements -ABNF is tested with Python 3.7-11. The package requires typing_extensions >=4, and for python 3.7, importlib_metadata. +ABNF is tested with Python 3.8-12. The package requires typing_extensions >=4, and for python 3.7, importlib_metadata. ## Installation @@ -339,7 +339,7 @@ to resolve any problems found, then tox -to execute tests for python 3.7-3.11. +to execute tests for python 3.8-3.12. The code is formatted using black.