Skip to content

Commit

Permalink
pin setuptools below 69.3 and prepare for "build" for releases
Browse files Browse the repository at this point in the history
Change-Id: Ib70446cc3c7d7d8acb264ffa2237a0c7aac5a0f5
  • Loading branch information
zzzeek committed Jun 19, 2024
1 parent a65ecf1 commit 3f97f98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
requires = ["setuptools>=61.0"]
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",
]

[project]
name = "awaitlet"
Expand Down

0 comments on commit 3f97f98

Please sign in to comment.