Use Python 3.13 for the build and artifacts index jobs (#3840)

This commit is contained in:
Jan Čermák 2025-01-28 13:51:18 +01:00 committed by GitHub
parent 7eccef8a18
commit 4919e4e26c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ on:
required: true required: true
env: env:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.13"
jobs: jobs:
build-index: build-index:

View File

@ -18,7 +18,7 @@ on:
default: true default: true
env: env:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.13"
jobs: jobs:
prepare: prepare: