diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 737f447..76c8b46 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -20,7 +20,7 @@ jobs: --directory $PWD/libgphoto2 --strip-components=1 - name: Build wheels - uses: pypa/cibuildwheel@v2.14.1 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_ARCHS: x86_64 CIBW_SKIP: pp3* @@ -46,7 +46,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Check out repository code uses: actions/checkout@v3 diff --git a/.github/workflows/build-manylinux.yml b/.github/workflows/build-manylinux.yml index b613b02..af421ad 100644 --- a/.github/workflows/build-manylinux.yml +++ b/.github/workflows/build-manylinux.yml @@ -20,7 +20,7 @@ jobs: --directory $PWD/libgphoto2 --strip-components=1 - name: Build wheels - uses: pypa/cibuildwheel@v2.14.1 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_ARCHS: auto64 CIBW_BUILD: cp*-manylinux_x86_64 @@ -45,7 +45,7 @@ jobs: needs: build strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] os: [ubuntu-latest] include: - python-version: '3.6'