Skip to content

Commit

Permalink
feat: update python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 5, 2024
1 parent b296057 commit 7c127cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
- main

env:
LIB_VERSION: '2023.7.1'
PYTHON_VERSION: '3.10.11'
CIBW_VERSION: '2.13.1'
CIBW_BUILD: 'cp310-*'
LIB_VERSION: '2024.1.1'
PYTHON_VERSION: '3.11.7'
CIBW_VERSION: '2.16.2'
CIBW_BUILD: 'cp311-*'
CIBW_SKIP: '*-musllinux_*'
CIBW_BUILD_VERBOSITY: 1

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
submodules: true
- name: Set up python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip'
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip'
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
if: ${{ matrix.arch == 'aarch64' }}
with:
platforms: arm64
Expand Down

0 comments on commit 7c127cb

Please sign in to comment.