diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ec32aed293..7d4f12a10b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: # Latest macOS doesn't allow maturin to install stuff into the global Python interpreter if: "${{ matrix.target.runs-on == 'macos-latest' }}" with: - python-version: "3.11" + python-version: "3.14" - name: Build wheel uses: PyO3/maturin-action@v1