Skip to content

Commit

Permalink
Revert "pin setuptools below 69.3 and prepare for "build" for releases"
Browse files Browse the repository at this point in the history
This reverts commit 38f8b56.
  • Loading branch information
zzzeek committed Sep 2, 2024
1 parent 38f8b56 commit 6b5fb32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[build-system]
build-backend = 'setuptools.build_meta'
requires = [
# avoid moving to https://github.com/pypa/setuptools/issues/3593
# until we're ready
"setuptools>=61.0,<69.3",
]
requires = ['setuptools >= 47', 'wheel']

[tool.black]
line-length = 79
Expand Down

0 comments on commit 6b5fb32

Please sign in to comment.