1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-19 18:08:29 +00:00

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
2 changed files with 2 additions and 2 deletions

View File

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

View File

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