Skip to content

Commit 261d2fd

Browse files
cjolowiczactions-user
authored andcommitted
👷 [github] Use Python 3.10 on Windows and macOS in Tests workflow
Retrocookie-Original-Commit: cjolowicz/cookiecutter-hypermodern-python-instance@1c8a1e9
1 parent b205881 commit 261d2fd

File tree

1 file changed

+2
-2
lines changed
  • {{cookiecutter.project_name}}/.github/workflows

1 file changed

+2
-2
lines changed

‎{{cookiecutter.project_name}}/.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)