Skip to content

Commit 3f97f98

Browse files
committed
pin setuptools below 69.3 and prepare for "build" for releases
Change-Id: Ib70446cc3c7d7d8acb264ffa2237a0c7aac5a0f5
1 parent a65ecf1 commit 3f97f98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
32
build-backend = "setuptools.build_meta"
3+
requires = [
4+
# avoid moving to https://github.com/pypa/setuptools/issues/3593
5+
# until we're ready
6+
"setuptools>=61.0,<69.3",
7+
]
48

59
[project]
610
name = "awaitlet"

0 commit comments

Comments
 (0)