Skip to content

Commit

Permalink
Add Python 3.11 to the test matrix (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Sep 27, 2022
1 parent 7bd6c49 commit 5f908e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# job.
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
os: [ubuntu-latest, macos-latest, windows-latest]
loop: [asyncio, uvloop]
exclude:
Expand Down

0 comments on commit 5f908e6

Please sign in to comment.