From c16e091a38e95a0c7fd92de2e8c68a6489348bdf Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Fri, 1 Dec 2023 08:42:35 -0600 Subject: [PATCH] OK we're doing 3.9 I guess --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b950a22..c42becc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ SPDX-License-Identifier: MIT ## System requirements -Chap is developed on Linux with Python 3.11. Due to use of the `X | Y` style of type hints, it is known to not work on Python 3.9 and older. The target minimum Python version is 3.11 (debian stable). +Chap is primarily developed on Linux with Python 3.11. Moderate effort will be made to support versions back to Python 3.9 (Debian oldstable). ## Installation