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 2323 fail-fast : false
2424 matrix :
2525 py :
26+ - " 3.14t"
2627 - " 3.14"
2728 - " 3.13"
2829 - " 3.12"
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"
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"
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 }}
You can’t perform that action at this time.
0 commit comments