Skip to content

Commit 09d391f

Browse files
bump uv
1 parent d13ea7f commit 09d391f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
CARGO_TERM_COLOR: always
1515
FORCE_COLOR: "1"
1616
PYTHONUNBUFFERED: "1"
17-
UV_VERSION: "0.4.x"
1817

1918
jobs:
2019
test:
@@ -33,7 +32,7 @@ jobs:
3332
uses: astral-sh/setup-uv@v5
3433
with:
3534
enable-cache: true
36-
version: ${{ env.UV_VERSION }}
35+
pyproject-file: pyproject.toml
3736

3837
- name: Install dependencies and build
3938
run: |

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,6 @@ required-imports = ["from __future__ import annotations"]
143143
[tool.ruff.lint.pyupgrade]
144144
# Preserve types, even if a file imports `from __future__ import annotations`.
145145
keep-runtime-typing = true
146+
147+
[tool.uv]
148+
required-version = "<0.7"

0 commit comments

Comments
 (0)