Skip to content

Commit fa0ee86

Browse files
committed
ci: add python3.11 to build matrix
1 parent eb32c79 commit fa0ee86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
# aarch64 uses qemu so it's slow, build each py version in parallel jobs
73-
python: [37, 38, 39, 310]
73+
python: [37, 38, 39, 310, 311]
7474
arch: [aarch64]
7575
env:
7676
CIBW_BUILD: cp${{ matrix.python }}-*

0 commit comments

Comments
 (0)