From c6d5e25055560fde26bb1e07c37ed04bfc61f434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 25 Dec 2024 19:50:26 +0100 Subject: [PATCH] [workflows:executables] use Python 3.13 --- .github/workflows/executables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/executables.yml b/.github/workflows/executables.yml index 940705b725..3047163f61 100644 --- a/.github/workflows/executables.yml +++ b/.github/workflows/executables.yml @@ -24,12 +24,12 @@ jobs: matrix: os: ["windows-latest", "macOS-latest"] architecture: ["x64"] - python-version: ["3.12"] + python-version: ["3.13"] python-packages: [""] include: - os: "ubuntu-latest" architecture: "x64" - python-version: "3.12" + python-version: "3.13" python-packages: "secretstorage" - os: "windows-2019" architecture: "x86"