Skip to content

Commit f1f5066

Browse files
committed
chore: Use Python 3.14 for most CI jobs
1 parent 37dd2b7 commit f1f5066

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
matrix:
2121
include:
2222
- name: "Docs"
23-
python: "3.13"
23+
python: "3.14"
2424
tox: docs
2525
- name: "mypy"
26-
python: "3.13"
26+
python: "3.14"
2727
tox: mypy
2828
- name: "pyright"
29-
python: "3.13"
29+
python: "3.14"
3030
tox: pyright
3131
- name: "pytest (3.10)"
3232
python: "3.10"
@@ -45,13 +45,13 @@ jobs:
4545
tox: "3.14"
4646
coverage: true
4747
- name: "ruff format"
48-
python: "3.13"
48+
python: "3.14"
4949
tox: ruff-format
5050
- name: "ruff lint"
51-
python: "3.13"
51+
python: "3.14"
5252
tox: ruff-lint
5353
- name: "ty"
54-
python: "3.13"
54+
python: "3.14"
5555
tox: ty
5656

5757
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)