Skip to content

Commit e5d3813

Browse files
committed
refactor: bump the lower version boundary for uv-build to 0.8.6
1 parent 0dcaa36 commit e5d3813

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/+9da986d0.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the lower version boundary for uv-build to 0.8.6.

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
{%- do requires.append('hatchling>=1.27') %}
77
{%- elif backend == 'uv' %}
88
build-backend = "uv_build"
9-
{%- do requires.append('uv-build>=0.7.19') %}
9+
{%- do requires.append('uv-build>=0.8.6') %}
1010
{%- endif %}
1111
requires = [
1212
{%- for requirement in requires | sort %}

0 commit comments

Comments
 (0)