Skip to content

Commit

Permalink
Temporary fix for setuptools 70.x (boto#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored and hswong3i committed Oct 11, 2024
1 parent 97ae5e0 commit a057587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/install-dev-deps
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ def run(command):
if __name__ == "__main__":
with cd(REPO_ROOT):
if sys.version_info[:2] >= (3, 12):
run("pip install setuptools")
run("pip install setuptools==67.8.0")
run("pip install -r requirements-dev-lock.txt")

0 comments on commit a057587

Please sign in to comment.