Skip to content

Commit

Permalink
Use newer setuptools v67.2.0 (#29465)
Browse files Browse the repository at this point in the history
Co-authored-by: eladkal <[email protected]>
  • Loading branch information
arjunanan6 and eladkal authored Feb 11, 2023
1 parent 9c6f83b commit 41dff98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ target-version = ['py37', 'py38', 'py39', 'py310']
# The problem is tracked (and this limitation might be removed if it is solved) in:
# https://github.com/pypa/setuptools/issues/3548
[build-system]
requires = ['setuptools==63.4.3']
requires = ['setuptools==67.2.0']
build-backend = "setuptools.build_meta"

[tool.ruff]
Expand Down

0 comments on commit 41dff98

Please sign in to comment.