From 171fd9f7b7b6282c1bdcbf11cfcdf0669ebe8467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:27:29 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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