Skip to content

Commit

Permalink
Merge pull request #473 from paw-lu/platform-test-3.10
Browse files Browse the repository at this point in the history
Update macOS and Windows CI to Python 3.10
  • Loading branch information
paw-lu authored Mar 2, 2022
2 parents a865a39 + 3adca43 commit 6fefe5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
- { python: 3.9, os: "ubuntu-latest", session: "tests" }
- { python: 3.8, os: "ubuntu-latest", session: "tests" }
- { python: 3.9, os: "windows-latest", session: "tests" }
- { python: 3.9, os: "macos-latest", session: "tests" }
- { python: "3.10", os: "windows-latest", session: "tests" }
- { python: "3.10", os: "macos-latest", session: "tests" }
- { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
- { python: "3.10", os: "ubuntu-latest", session: "xdoctest" }
- { python: "3.10", os: "ubuntu-latest", session: "docs-build" }
Expand Down

0 comments on commit 6fefe5c

Please sign in to comment.