Skip to content

Commit ed2443d

Browse files
committed
GA: test with Python 3.11
1 parent 6bb2977 commit ed2443d

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
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
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
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)