From 042525eb91f4027aff498050b4a32cabf266e9f0 Mon Sep 17 00:00:00 2001 From: sebthom Date: Sat, 8 Feb 2025 22:18:16 +0100 Subject: [PATCH] build: upgrade to Python 3.13.2 --- .actrc | 2 +- .github/workflows/build.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.actrc b/.actrc index 538a62f..762c977 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.1 +--matrix PYTHON_VERSION:3.13.2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 551210c..3a46d8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,16 +66,16 @@ jobs: PYTHON_VERSION: "3.10" PUBLISH_RELEASE: false - os: macos-13 # X86 - PYTHON_VERSION: "3.13.1" + PYTHON_VERSION: "3.13.2" PUBLISH_RELEASE: true - os: macos-latest # ARM - PYTHON_VERSION: "3.13.1" + PYTHON_VERSION: "3.13.2" PUBLISH_RELEASE: true - os: ubuntu-latest - PYTHON_VERSION: "3.13.1" + PYTHON_VERSION: "3.13.2" PUBLISH_RELEASE: true - os: windows-latest - PYTHON_VERSION: "3.13.1" + PYTHON_VERSION: "3.13.2" PUBLISH_RELEASE: true runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images