Skip to content

Commit

Permalink
Merge pull request #48 from fonttools/py311
Browse files Browse the repository at this point in the history
Build Python 3.11 wheels
  • Loading branch information
anthrotype authored Nov 16, 2022
2 parents e7ebe8e + d5b303f commit e349e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
build: "pp37-manylinux* pp38-manylinux* cp310-manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
# pypy3.9 only works with manylinux2014 image
# the manylinux2014 image also contains pypy3.9 and CPython 3.11
- os: ubuntu-latest
arch: auto64
type: manylinux2014
build: "pp39-manylinux*"
build: "pp39-manylinux* cp311-manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
strategy:
matrix:
# aarch64 uses qemu so it's slow, build each py version in parallel jobs
python: [36, 37, 38, 39, 310]
python: [36, 37, 38, 39, 310, 311]
arch: [aarch64]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e349e2b

Please sign in to comment.