Skip to content

Commit

Permalink
reduce required setuptools to 67.8.0 as this also works fine
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Apr 9, 2024
1 parent 7be2ffb commit 31de31c
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 @@ -87,7 +87,7 @@ dev = [
]

[build-system]
requires = ["setuptools>=69.0.2"]
requires = ["setuptools>=67.8.0"]
build-backend = "setuptools.build_meta"

[tool.codespell]
Expand Down

0 comments on commit 31de31c

Please sign in to comment.