Skip to content

Commit c5143a7

Browse files
committed
No longer test with unsupported python
1 parent 22b94b0 commit c5143a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
matrix:
2020
include:
2121
# oldest version of pyhon / mypy which works
22-
- python-version: "3.7"
23-
mypy-version: "0.900"
22+
- python-version: "3.9"
23+
mypy-version: "1.1.1"
2424

2525
# latest version of everything
26-
- python-version: "3.10"
26+
- python-version: "3.12"
2727
mypy-version: "1.1.1"
2828

2929
steps:

0 commit comments

Comments
 (0)