Skip to content

Commit 76853a2

Browse files
committed
BLD: Fix poetry.tool.dependencies Python version
1 parent 2d95350 commit 76853a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packages = [
4141
]
4242

4343
[tool.poetry.dependencies]
44-
requires-python = ">=3.10,<3.14"
44+
python = ">=3.10,<3.14"
4545

4646
[tool.poetry.group.dev.dependencies]
4747
black = "^23.9.1"

0 commit comments

Comments
 (0)