Skip to content

Commit 4759bcb

Browse files
committed
GA: test with Python 3.11
1 parent d47c238 commit 4759bcb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9, "3.10", "pypy-3.7"]
17+
python-version:
18+
- "3.7"
19+
- "3.8"
20+
- "3.9",
21+
- "3.10",
22+
- "3.11",
23+
- "pypy-3.7"
1824
steps:
1925
- uses: actions/checkout@v2
2026
with:

0 commit comments

Comments
 (0)