We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c04c9 commit d162a4bCopy full SHA for d162a4b
.github/workflows/tests.yml
@@ -17,11 +17,9 @@ jobs:
17
- { python: "3.10", os: "ubuntu-latest", session: "mypy" }
18
- { python: "3.9", os: "ubuntu-latest", session: "mypy" }
19
- { python: "3.8", os: "ubuntu-latest", session: "mypy" }
20
- - { python: "3.7", os: "ubuntu-latest", session: "mypy" }
21
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
22
- { python: "3.9", os: "ubuntu-latest", session: "tests" }
23
- { python: "3.8", os: "ubuntu-latest", session: "tests" }
24
- - { python: "3.7", os: "ubuntu-latest", session: "tests" }
25
- { python: "3.10", os: "windows-latest", session: "tests" }
26
- { python: "3.10", os: "macos-latest", session: "tests" }
27
- { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
0 commit comments