pyproject.toml -> don't support python 3.13 since cadquery-ocp doesn't yet

This commit is contained in:
jdegenstein 2024-11-11 09:54:27 -06:00 committed by GitHub
parent a353d3e776
commit d46b29d7cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ authors = [
]
description = "A python CAD programming library"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">= 3.9, < 3.13"
keywords = [
"3d models",
"3d printing",