Skip to content

Commit

Permalink
CI: run Python 3.11 tests on Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Jun 3, 2024
1 parent aa68bfe commit 4937628
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: windows-latest
python-version: 3.11
- os: macos-latest
python-version: 3.11
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 4937628

Please sign in to comment.