Skip to content

Commit d162a4b

Browse files
committed
Changes github actions to stop checking 3.7 since it reached EOL
1 parent 49c04c9 commit d162a4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
- { python: "3.10", os: "ubuntu-latest", session: "mypy" }
1818
- { python: "3.9", os: "ubuntu-latest", session: "mypy" }
1919
- { python: "3.8", os: "ubuntu-latest", session: "mypy" }
20-
- { python: "3.7", os: "ubuntu-latest", session: "mypy" }
2120
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
2221
- { python: "3.9", os: "ubuntu-latest", session: "tests" }
2322
- { python: "3.8", os: "ubuntu-latest", session: "tests" }
24-
- { python: "3.7", os: "ubuntu-latest", session: "tests" }
2523
- { python: "3.10", os: "windows-latest", session: "tests" }
2624
- { python: "3.10", os: "macos-latest", session: "tests" }
2725
- { python: "3.10", os: "ubuntu-latest", session: "typeguard" }

0 commit comments

Comments
 (0)