From d46b29d7cbdad4798233e52efdaaa0a4cc123c6a Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 11 Nov 2024 09:54:27 -0600 Subject: [PATCH] pyproject.toml -> don't support python 3.13 since cadquery-ocp doesn't yet --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7790b68..037194e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",