From 56ca315097019d4244331b1e6ddda7e6c6935acc Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 19 Apr 2023 11:21:22 -0500 Subject: [PATCH] testing py 3.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c96cf1f..4ca05e4 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( "CQ-editor = cq_editor.__main__:main", ] }, - python_requires=">=3.8,<3.11", + python_requires=">=3.8,<3.12", install_requires=[ "logbook>=1", "ipython",