From 3099fa560e0dedb9f022a70fac1c9003cb0bb33c Mon Sep 17 00:00:00 2001 From: Hendrie Bosch Date: Sat, 5 Oct 2024 23:35:38 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 303039e..a224bfc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( "CQ-editor = cq_editor.__main__:main", ] }, - python_requires=">=3.8,<3.12", + python_requires=">=3.8,<=3.12", install_requires=[ "logbook>=1", "ipython",