Skip to content

Commit

Permalink
ci: add python3.11 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 28, 2022
1 parent eb32c79 commit fa0ee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
# aarch64 uses qemu so it's slow, build each py version in parallel jobs
python: [37, 38, 39, 310]
python: [37, 38, 39, 310, 311]
arch: [aarch64]
env:
CIBW_BUILD: cp${{ matrix.python }}-*
Expand Down

0 comments on commit fa0ee86

Please sign in to comment.