We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd6c49 commit 5f908e6Copy full SHA for 5f908e6
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
# job.
18
strategy:
19
matrix:
20
- 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"]
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
loop: [asyncio, uvloop]
23
exclude:
0 commit comments