OK we're doing 3.9 I guess

This commit is contained in:
Jeff Epler 2023-12-01 08:42:35 -06:00
parent ffd152a533
commit c16e091a38
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -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