testing py 3.11

This commit is contained in:
jdegenstein
2023-04-19 11:21:22 -05:00
committed by GitHub
parent 9a60cf7802
commit 56ca315097

View File

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