Skip to content

Commit 11ef1a6

Browse files
committed
Require minimum uv version in pyproject.toml, CI should follow that
1 parent d099b01 commit 11ef1a6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v3
25+
uses: astral-sh/setup-uv@v5
2626
with:
27-
version: "0.4.29"
2827
enable-cache: true
2928
cache-dependency-glob: "uv.lock"
3029

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ combine-as-imports = true
4848
force-sort-within-sections = true
4949
lines-after-imports = 2
5050
order-by-type = false
51+
52+
[tool.uv]
53+
required-version = ">=0.5.16"

0 commit comments

Comments
 (0)