From b1ef1aad4e60173516dc0255c9e8773ba2c54839 Mon Sep 17 00:00:00 2001 From: Eric Torstenson Date: Thu, 2 Apr 2026 13:45:54 -0500 Subject: [PATCH 1/2] Limit python to, at most, 3.13.x to avoid the errors --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 854837f..56394eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ license = "MIT" license-files = ["LICENSE"] readme = "README.md" -requires-python = ">=3.9,<4.0" +requires-python = ">=3.9,<3.14" dynamic = ["version"] dependencies = [ From 6773bbf1a0332a934cce4f3a4ee6dd722a817ca8 Mon Sep 17 00:00:00 2001 From: Eric Torstenson Date: Thu, 2 Apr 2026 13:47:50 -0500 Subject: [PATCH 2/2] Added in some personal stuff that doesn't need to go into git --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 421e9a9..3a4d2b3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ # linkml-run-examples output (not useful to have in git in its current form) /examples/output/ +# Local stuff +.bash_history_local +.envrc + # Derived schemas, generated from the schema.yaml tmp/ project/