Skip to content

Commit

Permalink
Test on Python 3.11 final
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 26, 2022
1 parent a04dfef commit 7b9e8e1
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 @@ -14,16 +14,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.8", "pypy-3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9"]
include:
- os: macos-latest
python-version: "3.7"
- os: windows-latest
python-version: "3.7"
- os: macos-latest
python-version: "3.10"
python-version: "3.11"
- os: windows-latest
python-version: "3.10"
python-version: "3.11"
- os: macos-latest
python-version: "pypy-3.9"
- os: windows-latest
Expand Down

0 comments on commit 7b9e8e1

Please sign in to comment.