Skip to content

Commit 1c8a1e9

Browse files
committed
👷 [github] Use Python 3.10 on Windows and macOS in Tests workflow (#664)
1 parent 8ecaa0c commit 1c8a1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- { python-version: 3.9, os: ubuntu-latest, session: "tests" }
2323
- { python-version: 3.8, os: ubuntu-latest, session: "tests" }
2424
- { 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" }
25+
- { python-version: "3.10", os: windows-latest, session: "tests" }
26+
- { python-version: "3.10", os: macos-latest, session: "tests" }
2727
- { python-version: "3.10", os: ubuntu-latest, session: "typeguard" }
2828
- { python-version: "3.10", os: ubuntu-latest, session: "xdoctest" }
2929
- { python-version: "3.10", os: ubuntu-latest, session: "docs-build" }

0 commit comments

Comments
 (0)