Skip to content

Commit 2f4075e

Browse files
committed
✏️ Fix broken E2E test.
1 parent a77ee6a commit 2f4075e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

nested_poetry_project/poetry.lock

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

nested_poetry_project/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache License 2.0"
77
packages = [{include = "nested_python_src"}]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.9,<3.13"
10+
python = ">=3.9"
1111

1212
[tool.poetry.group.dev.dependencies]
1313
pytest = "^7.0.0"

0 commit comments

Comments
 (0)