From f95e31b6364d5403eaf1e727824916a25f03f683 Mon Sep 17 00:00:00 2001 From: Hendrie Bosch Date: Sat, 5 Oct 2024 23:38:36 +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 a224bfc..b855c6a 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.13", install_requires=[ "logbook>=1", "ipython",