Skip to content

Commit 7869fe4

Browse files
committed
check uv version
1 parent 193db87 commit 7869fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/uv-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
uv-version: ["0.5.21", "latest"]
27+
uv-version: ["0.5.21", "latest", "0.5.19", "0.5.18", "0.5.17", "0.5.16", "0.5.15"]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: astral-sh/setup-uv@v6

project_name/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ source = "https://github.com/{{ github_user }}/{{ project_name }}"
6464

6565

6666
[tool.uv]
67-
required-version = ">=0.5.21"
67+
required-version = ">=0.5.0"
6868
default-groups = ["dev", "test", "typing"]
6969

7070

0 commit comments

Comments
 (0)