Skip to content

Commit

Permalink
enable python 3.11 in cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Nov 7, 2022
1 parent b17b1ef commit 7e43404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
CIBW_BUILD: "cp38-* cp39-* cp310-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*"
CIBW_SKIP: "*-win32 *musllinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

Expand All @@ -31,7 +31,7 @@ jobs:
name: Install Python
with:
# Note: cibuildwheel builds for many Python versions beyond this one
python-version: "3.7"
python-version: "3.9"

# Mac:
- name: Setup Mac
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: "3.7"
python-version: "3.9"

- name: Build sdist
run: |
Expand Down

0 comments on commit 7e43404

Please sign in to comment.