Skip to content

Commit

Permalink
Try using poetry<2
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jan 12, 2025
1 parent 44b4b46 commit c5123f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ build-backend = "poetry.core.masonry.api"

[tool.pipx-install]
poethepoet = ">=0.26"
poetry = ">=1.8"
poetry = ">=1.8,<2.0"

[tool.poe.tasks.build]
help = "Build the package"
Expand Down

0 comments on commit c5123f9

Please sign in to comment.