Skip to content

Commit

Permalink
Test on Python 3.11 final (agronholm#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 25, 2022
1 parent 1dabfd8 commit bd59a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", pypy-3.8]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.8]
exclude:
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"
- os: macos-latest
python-version: "3.11-dev"
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"
- os: windows-latest
python-version: "3.11-dev"
python-version: "3.10"
- os: windows-latest
python-version: pypy-3.8 # https://github.com/python-trio/trio/issues/1361
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bd59a21

Please sign in to comment.