Skip to content

Commit

Permalink
Build: require setuptools 70 to ensure PEP 625 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jan 9, 2025
1 parent 4890412 commit 4de44ae
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 @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

[build-system]
requires = ["setuptools >= 49.0"]
requires = ["setuptools >= 70.0"]
build-backend = "setuptools.build_meta"


Expand Down

0 comments on commit 4de44ae

Please sign in to comment.