Update setup.py

This commit is contained in:
2024-10-05 23:35:38 +02:00
parent 0e6b47e21e
commit 3099fa560e

View File

@@ -26,7 +26,7 @@ setup(
"CQ-editor = cq_editor.__main__:main", "CQ-editor = cq_editor.__main__:main",
] ]
}, },
python_requires=">=3.8,<3.12", python_requires=">=3.8,<=3.12",
install_requires=[ install_requires=[
"logbook>=1", "logbook>=1",
"ipython", "ipython",