Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
narek01 committed Nov 15, 2023
1 parent 5d1b84a commit 871550d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- [windows-latest, win_amd64]
- [windows-latest, win32]

python: ["cp38", "cp39", "cp310", "pp38"]
python: ["cp38", "cp39", "cp310", "cp311", "pp38"]

exclude:
# Don't build PyPy 32-bit windows
Expand All @@ -43,10 +43,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9' # update once build dependencies are available
python-version: '3.11' # update once build dependencies are available

- name: Build wheels
uses: pypa/cibuildwheel@v2.5.0
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
CIBW_ARCHS: all
Expand Down

0 comments on commit 871550d

Please sign in to comment.