From d549febfa8b7a793234515141397fd8d984858c1 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 1 Dec 2023 10:45:32 -0600 Subject: [PATCH] Update readme to correct Python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba14d11..6b2eae37 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Installing this toolset using `pipx` makes the `se` command line executable avai # Installation -The toolset requires Python >= 3.7 and < 3.12. +The toolset requires Python >= 3.8 and <= 3.11. To install the toolset locally for development and debugging, see [Installation for toolset developers](#installation-for-toolset-developers).