From 4919e4e26c90d1a5440d3f5b58068ba309de69e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Tue, 28 Jan 2025 13:51:18 +0100 Subject: [PATCH] Use Python 3.13 for the build and artifacts index jobs (#3840) --- .github/workflows/artifacts-index.yaml | 2 +- .github/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts-index.yaml b/.github/workflows/artifacts-index.yaml index fb85859aa1b..7114d77c59c 100644 --- a/.github/workflows/artifacts-index.yaml +++ b/.github/workflows/artifacts-index.yaml @@ -31,7 +31,7 @@ on: required: true env: - PYTHON_VERSION: "3.10" + PYTHON_VERSION: "3.13" jobs: build-index: diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9424ce1c70d..df9b7bac5f6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ on: default: true env: - PYTHON_VERSION: "3.10" + PYTHON_VERSION: "3.13" jobs: prepare: