We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecaa0c commit 1c8a1e9Copy full SHA for 1c8a1e9
.github/workflows/tests.yml
@@ -22,8 +22,8 @@ jobs:
22
- { python-version: 3.9, os: ubuntu-latest, session: "tests" }
23
- { python-version: 3.8, os: ubuntu-latest, session: "tests" }
24
- { python-version: 3.7, os: ubuntu-latest, session: "tests" }
25
- - { python-version: 3.9, os: windows-latest, session: "tests" }
26
- - { python-version: 3.9, os: macos-latest, session: "tests" }
+ - { python-version: "3.10", os: windows-latest, session: "tests" }
+ - { python-version: "3.10", os: macos-latest, session: "tests" }
27
- { python-version: "3.10", os: ubuntu-latest, session: "typeguard" }
28
- { python-version: "3.10", os: ubuntu-latest, session: "xdoctest" }
29
- { python-version: "3.10", os: ubuntu-latest, session: "docs-build" }
0 commit comments