We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a559bef + af0bd52 commit 74222f5Copy full SHA for 74222f5
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python: ["3.7", "3.8", "3.9", "3.10"]
+ python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
24
os: ["ubuntu-latest"]
25
pytest_opts: ["--workers 4 --tests-per-worker 1"]
26
requirements: [""]
0 commit comments