From fd499b24d56ef560ad2412b3dad7c4e14cf36568 Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Tue, 2 Jun 2026 16:22:47 +0100 Subject: [PATCH] Update to Python 3.14 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-to-pypi.yaml | 2 +- .github/workflows/publish-to-testpypi.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 419de51..cac3506 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.11', '3.13'] # the one we have in the Codespace + the latest supported one by PyO3. + python-version: ['3.11', '3.14'] # the one we have in the Codespace + the latest supported one by PyO3. fail-fast: false # Continue testing other version(s) if one fails steps: diff --git a/.github/workflows/publish-to-pypi.yaml b/.github/workflows/publish-to-pypi.yaml index d7125d1..c834abd 100644 --- a/.github/workflows/publish-to-pypi.yaml +++ b/.github/workflows/publish-to-pypi.yaml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: - python-version: "3.13" + python-version: "3.14" - name: Install Hatch run: pip install --upgrade hatch diff --git a/.github/workflows/publish-to-testpypi.yaml b/.github/workflows/publish-to-testpypi.yaml index d13b8d4..f5b783a 100644 --- a/.github/workflows/publish-to-testpypi.yaml +++ b/.github/workflows/publish-to-testpypi.yaml @@ -29,7 +29,7 @@ jobs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: - python-version: "3.13" + python-version: "3.14" - name: Install Hatch run: pip install --upgrade hatch