Skip to content

Commit bf73f1b

Browse files
authored
Add Python 3.14t and upgrade astral-sh/setup-uv@v7
1 parent 01442da commit bf73f1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/check.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
py:
26+
- "3.14t"
2627
- "3.14"
2728
- "3.13"
2829
- "3.12"
@@ -38,7 +39,7 @@ jobs:
3839
with:
3940
fetch-depth: 0
4041
- name: Install the latest version of uv
41-
uses: astral-sh/setup-uv@v6
42+
uses: astral-sh/setup-uv@v7
4243
with:
4344
enable-cache: true
4445
cache-dependency-glob: "pyproject.toml"
@@ -79,7 +80,7 @@ jobs:
7980
with:
8081
fetch-depth: 0
8182
- name: Install the latest version of uv
82-
uses: astral-sh/setup-uv@v6
83+
uses: astral-sh/setup-uv@v7
8384
with:
8485
enable-cache: true
8586
cache-dependency-glob: "pyproject.toml"
@@ -89,7 +90,7 @@ jobs:
8990
shell: bash
9091
run: echo "$USERPROFILE/.local/bin" >> $GITHUB_PATH
9192
- name: Install tox@self
92-
run: uv tool install --python-preference only-managed --python 3.13 tox@.
93+
run: uv tool install --python-preference only-managed --python 3.14t tox@.
9394
- name: Setup check suite
9495
run: tox r -vv --notest --skip-missing-interpreters false -e ${{ matrix.tox_env }}
9596
- name: Run check for ${{ matrix.tox_env }}

0 commit comments

Comments
 (0)