Skip to content

Commit

Permalink
Pin the Python range (#37)
Browse files Browse the repository at this point in the history
linkml does not support python 3.13 so far.
  • Loading branch information
lu-zero authored Sep 18, 2024
1 parent 2f9ebc6 commit b01d738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
license = "MIT"
readme = "README.md"
include = ["README.md", "resources/schemas/*"]
requires-python = ">=3.11"
requires-python = ">=3.11, <=3.13"
dependencies = [
"linkml-runtime>=1.8.2",
"linkml>=1.8.2",
Expand All @@ -33,4 +33,4 @@ only-include = ["src/wotis/cli.py"]
root = "src"

[project.scripts]
wotis = "src.wotis.cli:main"
wotis = "src.wotis.cli:main"

0 comments on commit b01d738

Please sign in to comment.