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/ 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 = [