diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c00bd93..e11c7af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - python-version: ['3.10', '3.11'] + python-version: ['3.10', '3.11', '3.12'] runs-on: macos-14 steps: - name: Checkout repository and submodules @@ -22,7 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Prepare build environment run: | - pip install wheel>=0.40.0 twine numpy + pip install wheel>=0.40.0 twine numpy setuptools - name: Build wheel run: | curl -J -O -L 'https://pypi.io/packages/source/z/zeroc-ice/zeroc-ice-3.6.5.tar.gz' diff --git a/patches b/patches index 73d8d5d..fedb23b 160000 --- a/patches +++ b/patches @@ -1 +1 @@ -Subproject commit 73d8d5df4cfcb7ce2ba7d05d366f19e0f22e236e +Subproject commit fedb23b9029b525e2e5a6396a970f5f1fa5bb3aa