We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77749da commit fde4756Copy full SHA for fde4756
.github/workflows/test.yml
@@ -14,18 +14,18 @@ jobs:
14
persist-credentials: false
15
- uses: actions/setup-python@v5
16
with:
17
- python-version: ${{ matrix.py_version }}
+ python-version: 3.14
18
- id: setup-uv
19
uses: astral-sh/setup-uv@v7
20
21
enable-cache: true
22
- cache-suffix: 3.11
+ cache-suffix: 3.14
23
version: "latest"
24
- python-version: 3.11
25
- name: Install deps
26
env:
27
UV_NO_MANAGED_PYTHON: 1
28
- run: uv sync --all-extras --python ${{ matrix.py_version }}
+ run: uv sync --all-extras --python 3.14
29
- name: Run lint check
30
run: uv run pre-commit run -a ${{ matrix.cmd }}
31
pytest:
0 commit comments