Skip to content

Commit

Permalink
Change the poetry export requirement to be >= 1.8 (#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets authored Jan 7, 2025
1 parent e629e06 commit 4b3a21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages = [
]

[tool.poetry.requires-plugins]
poetry-plugin-export = ">1.8"
poetry-plugin-export = ">=1.8"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 4b3a21b

Please sign in to comment.