Skip to content

Commit e4374f5

Browse files
committed
DO NOT MERGE; try to pin to older setuptools
1 parent cef5c0a commit e4374f5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pip-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
python -m
107107
pip install
108108
--user
109-
pip-tools
109+
'setuptools < 82' pip-tools
110110
111111
- name: Setup git user as [bot]
112112
# Refs:

dependencies/dist-build-constraints.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: at all times.
33

44
# Essentials
5-
setuptools >= 61.2
5+
setuptools >= 61.2, < 82
66

77
# Plugins
88
setuptools-scm[toml] >= 7.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# NOTE: at all times.
44
requires = [
55
# Essentials
6-
"setuptools >= 61.2",
6+
"setuptools >= 61.2, < 82",
77

88
# Plugins
99
"setuptools-scm >= 7.0.0",

0 commit comments

Comments
 (0)