Skip to content

Commit 2fb0959

Browse files
committed
fix: require python >=3.10, <4 (from >=3.10,<3.11)
1 parent 71566f2 commit 2fb0959

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414

1515
[tool.poetry.dependencies]
16-
python = "~3.10"
16+
python = "^3.10"
1717
xsentinels = "^1.2.1"
1818
pydantic = "^2.7.3"
1919

0 commit comments

Comments
 (0)