Skip to content

Commit 89e6a23

Browse files
committed
Add builds for Python 3.11
1 parent 2e1a3ad commit 89e6a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 4
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.8, 3.9, '3.10']
12+
python-version: [3.8, 3.9, '3.10', 3.11]
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.platform }}
1515

@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
65+
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
6666
runs-on: ubuntu-latest
6767
env:
6868
py: /opt/python/${{ matrix.python-version }}/bin/python

0 commit comments

Comments
 (0)