We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dd2b7 commit f1f5066Copy full SHA for f1f5066
1 file changed
.github/workflows/ci.yml
@@ -20,13 +20,13 @@ jobs:
20
matrix:
21
include:
22
- name: "Docs"
23
- python: "3.13"
+ python: "3.14"
24
tox: docs
25
- name: "mypy"
26
27
tox: mypy
28
- name: "pyright"
29
30
tox: pyright
31
- name: "pytest (3.10)"
32
python: "3.10"
@@ -45,13 +45,13 @@ jobs:
45
tox: "3.14"
46
coverage: true
47
- name: "ruff format"
48
49
tox: ruff-format
50
- name: "ruff lint"
51
52
tox: ruff-lint
53
- name: "ty"
54
55
tox: ty
56
57
name: ${{ matrix.name }}
0 commit comments