Skip to content

Commit

Permalink
Activate building wheels for Python 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Feb 7, 2022
1 parent 0fd45ee commit c633088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
# Set up wheels matrix. This is CPython 3.6--3.9 for all OS targets.
CIBW_BUILD: "cp3{6,7,8,9}-*"
# Set up wheels matrix. This is CPython 3.6--3.10 for all OS targets.
CIBW_BUILD: "cp3{6,7,8,9,10}-*"
CIBW_SKIP: "*-musllinux*"
OVERRIDE_VERSION: ${{ github.event.inputs.override_version }}

Expand Down

0 comments on commit c633088

Please sign in to comment.