Skip to content

Commit

Permalink
Build binaries for Python 3.11 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg authored Feb 22, 2023
1 parent 36010ed commit 6a92b57
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 @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
cp src/spidermonkey/libjs.a src/pacparser.o src/pacparser.h src/pymod
cd src/pymod && python -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: "cp{37,38,39,310}-manylinux*64"
CIBW_BUILD: "cp{37,38,39,310,311}-manylinux*64"
CIBW_ENVIRONMENT: "PACPARSER_VERSION=${{ env.PACPARSER_VERSION }}"

- uses: dorny/paths-filter@v2
Expand Down

0 comments on commit 6a92b57

Please sign in to comment.