Skip to content

Commit

Permalink
Merge pull request #61 from fonttools/py311
Browse files Browse the repository at this point in the history
ci: add python3.11 to build matrix
  • Loading branch information
anthrotype authored Oct 28, 2022
2 parents eb32c79 + fa0ee86 commit 58a37f7
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 58a37f7

Please sign in to comment.