From 3f85d9e8da21f90ebd300b726483692566085b61 Mon Sep 17 00:00:00 2001 From: sebthom Date: Tue, 8 Jul 2025 21:05:58 +0200 Subject: [PATCH] chore: upgrade to Python 3.13.5 --- .actrc | 2 +- .github/workflows/build.yml | 8 ++++---- .github/workflows/codeql-analysis.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.actrc b/.actrc index 762c977..9f0f6f5 100644 --- a/.actrc +++ b/.actrc @@ -6,4 +6,4 @@ -W .github/workflows/build.yml -j build --matrix os:ubuntu-latest ---matrix PYTHON_VERSION:3.13.2 +--matrix PYTHON_VERSION:3.13.5 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe4c52f..ff529d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,16 +74,16 @@ jobs: PYTHON_VERSION: "3.10" PUBLISH_RELEASE: false - os: macos-13 # X86 - PYTHON_VERSION: "3.13.3" + PYTHON_VERSION: "3.13.5" PUBLISH_RELEASE: true - os: macos-latest # ARM - PYTHON_VERSION: "3.13.3" + PYTHON_VERSION: "3.13.5" PUBLISH_RELEASE: true - os: ubuntu-latest - PYTHON_VERSION: "3.13.3" + PYTHON_VERSION: "3.13.5" PUBLISH_RELEASE: true - os: windows-latest - PYTHON_VERSION: "3.13.3" + PYTHON_VERSION: "3.13.5" PUBLISH_RELEASE: true runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a483f28..c9e99a6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ defaults: shell: bash env: - PYTHON_VERSION: "3.13.2" + PYTHON_VERSION: "3.13.5" jobs: