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",