Skip to content

Commit d3d9e7d

Browse files
committed
ran poetry update and allowed py > v3.7.6
1 parent a7a7517 commit d3d9e7d

File tree

2 files changed

+63
-36
lines changed

2 files changed

+63
-36
lines changed

poetry.lock

Lines changed: 62 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
license = "MIT"
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.9"
13+
python = "^3.7.6"
1414
linkml-runtime = "^1.1.24"
1515

1616
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)