Skip to content

Commit

Permalink
Use setuptools < v69 due to pypa/setuptools#3772
Browse files Browse the repository at this point in the history
  • Loading branch information
mayani committed Dec 1, 2023
1 parent 58d4e5c commit e4d3a5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/pegasus-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ exclude = '''

[build-system]

requires = ["setuptools>=44.0.0", "wheel"]
requires = ["setuptools<69", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion packages/pegasus-common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ exclude = '''

[build-system]

requires = ["setuptools>=44.0.0", "wheel"]
requires = ["setuptools<69", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion packages/pegasus-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ exclude = '''

[build-system]

requires = ["setuptools>=44.0.0", "wheel"]
requires = ["setuptools<69", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion packages/pegasus-worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ exclude = '''

[build-system]

requires = ["setuptools>=44.0.0", "wheel"]
requires = ["setuptools<69", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit e4d3a5b

Please sign in to comment.