We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f90896 commit 7430ce1Copy full SHA for 7430ce1
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, macos-latest, windows-latest]
17
- python-version: [3.7, 3.8, 3.9, "3.10", "pypy-3.7"]
+ python-version: [3.7, 3.8, 3.9, "3.10", "3.11.0-rc.2", "pypy-3.7"]
18
include:
19
- os: ubuntu-latest
20
venvcmd: . env/bin/activate
0 commit comments