Bump version to 0.7.21 (#14611)

This commit is contained in:
Geoffrey Thomas 2025-07-14 14:01:28 -04:00 committed by GitHub
parent 4d82e88863
commit 77c771c7f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 59 additions and 24 deletions

View file

@ -36,7 +36,7 @@ To use uv as a build backend in an existing project, add `uv_build` to the
```toml title="pyproject.toml"
[build-system]
requires = ["uv_build>=0.7.20,<0.8.0"]
requires = ["uv_build>=0.7.21,<0.8.0"]
build-backend = "uv_build"
```