Merge pull request #819 from juliusfrost/patch-1

Add Python 3.11 builds
This commit is contained in:
Taku Kudo 2023-02-18 00:00:20 +09:00 committed by GitHub
commit 9c211b6c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4.5
with:
python-version: "3.x"
@ -53,7 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
python -m pip install cibuildwheel==2.6.0
python -m pip install cibuildwheel==2.12.0
- name: Build wheels
working-directory: ${{github.workspace}}/python