mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-05 18:20:46 -08:00
pyproject.toml -> don't support python 3.13 since cadquery-ocp doesn't yet
This commit is contained in:
parent
a353d3e776
commit
d46b29d7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue