Skip to content

Commit

Permalink
Merge pull request #17 from fonttools/py311
Browse files Browse the repository at this point in the history
Build python 3.11 wheels with latest cibuildwheel
  • Loading branch information
anthrotype authored Nov 16, 2022
2 parents 12b5f55 + 2817cba commit fe887b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-20.04", "windows-2019", "macos-11" ]
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
env:
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: "x86_64 universal2"
# skip 3.6 on all platforms; skip pypy for windows
CIBW_SKIP: cp36-* pp*-win_amd64
steps:
Expand All @@ -27,7 +28,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
- name: Install cibuildwheel
run: python -m pip install cibuildwheel
- name: Build wheels
Expand Down

0 comments on commit fe887b0

Please sign in to comment.