Skip to content

Commit

Permalink
Merge pull request #779 from jdegenstein/no_py313
Browse files Browse the repository at this point in the history
pyproject.toml -> don't support python 3.13 since cadquery-ocp only supports up to 3.12
  • Loading branch information
gumyr authored Nov 11, 2024
2 parents a353d3e + d46b29d commit 47814ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 47814ad

Please sign in to comment.