Skip to content

Commit

Permalink
chore: fix build-system requires
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored and abn committed Jan 6, 2025
1 parent 97812e9 commit c39af05
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 @@ -95,7 +95,7 @@ pytest-github-actions-annotate-failures = "^0.1.7"


[build-system]
requires = ["poetry-core>=1.5.0"]
requires = ["poetry-core>=2.0"]
build-backend = "poetry.core.masonry.api"


Expand Down

0 comments on commit c39af05

Please sign in to comment.