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.
1 parent d5a108a commit 532c72eCopy full SHA for 532c72e
.github/workflows/pytest.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
# "3.10" must be a string; otherwise it is interpreted as 3.1.
17
- python-version: [3.7, 3.8, 3.9, "3.10"]
+ python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
18
fail-fast: false
19
20
steps:
0 commit comments