We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb32c79 + fa0ee86 commit 58a37f7Copy full SHA for 58a37f7
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
strategy:
71
matrix:
72
# aarch64 uses qemu so it's slow, build each py version in parallel jobs
73
- python: [37, 38, 39, 310]
+ python: [37, 38, 39, 310, 311]
74
arch: [aarch64]
75
env:
76
CIBW_BUILD: cp${{ matrix.python }}-*
0 commit comments