Skip to content

Commit

Permalink
build requires at least setuptools 70.1 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Oct 17, 2024
2 parents 3d8fd8c + 99dda9f commit 6b51fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Version 3.0.2
Unreleased

- Fix compatibility when ``__str__`` returns a ``str`` subclass. :issue:`472`
- Build requires setuptools >= 70.1. :issue:`475`


Version 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Source = "https://github.com/pallets/markupsafe/"
Chat = "https://discord.gg/pallets"

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

[tool.pytest.ini_options]
Expand Down

0 comments on commit 6b51fd8

Please sign in to comment.