Skip to content

Commit

Permalink
Added macos-latest + Python 3.11 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 27, 2022
1 parent bd59a21 commit cf116e0
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.8]
exclude:
include:
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"
python-version: "3.7"
- os: macos-latest
python-version: "3.11"
- os: macos-latest
python-version: pypy-3.8
- os: windows-latest
python-version: "3.8"
- os: windows-latest
python-version: "3.9"
python-version: "3.7"
- os: windows-latest
python-version: "3.10"
- os: windows-latest
python-version: pypy-3.8 # https://github.com/python-trio/trio/issues/1361
python-version: "3.11"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cf116e0

Please sign in to comment.