Skip to content

Commit

Permalink
Chore: Fix Poetry example project, Poetry 2 respects Python version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 18, 2025
1 parent cee1fad commit aa8cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ngr/python-poetry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Test project for pueblo.ngr"
authors = []

[tool.poetry.dependencies]
python = "^3.9,!=3.9.7,<3.13"
python = "^3.8,!=3.9.7,<3.14"

[tool.poetry.group.test.dependencies]
pytest = ">=7.2,<8"

0 comments on commit aa8cf25

Please sign in to comment.