Skip to content

Commit 58a37f7

Browse files
authored
Merge pull request #61 from fonttools/py311
ci: add python3.11 to build matrix
2 parents eb32c79 + fa0ee86 commit 58a37f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)