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]>
(cherry picked from commit 41dff98)
  • Loading branch information
arjunanan6 authored and pierrejeambrun committed Mar 7, 2023
1 parent 7c94ee8 commit 573a3ec
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.isort]
add_imports = ["from __future__ import annotations"]
Expand Down

0 comments on commit 573a3ec

Please sign in to comment.