Update setup.py

This commit is contained in:
2024-10-05 23:38:36 +02:00
parent 3099fa560e
commit f95e31b636

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.13",
install_requires=[ install_requires=[
"logbook>=1", "logbook>=1",
"ipython", "ipython",