File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
fail-fast : false
24
24
matrix :
25
25
py :
26
+ - " 3.14t"
26
27
- " 3.14"
27
28
- " 3.13"
28
29
- " 3.12"
38
39
with :
39
40
fetch-depth : 0
40
41
- name : Install the latest version of uv
41
- uses : astral-sh/setup-uv@v6
42
+ uses : astral-sh/setup-uv@v7
42
43
with :
43
44
enable-cache : true
44
45
cache-dependency-glob : " pyproject.toml"
79
80
with :
80
81
fetch-depth : 0
81
82
- name : Install the latest version of uv
82
- uses : astral-sh/setup-uv@v6
83
+ uses : astral-sh/setup-uv@v7
83
84
with :
84
85
enable-cache : true
85
86
cache-dependency-glob : " pyproject.toml"
89
90
shell : bash
90
91
run : echo "$USERPROFILE/.local/bin" >> $GITHUB_PATH
91
92
- 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@.
93
94
- name : Setup check suite
94
95
run : tox r -vv --notest --skip-missing-interpreters false -e ${{ matrix.tox_env }}
95
96
- name : Run check for ${{ matrix.tox_env }}
You can’t perform that action at this time.
0 commit comments