Skip to content

Commit d157d2a

Browse files
authored
Update Python to 3.12.9/3.13.2 and pip to 25.0.1 (#294)
* Update Python to 3.12.9/3.13.2 * Update pip to 25.0.1 * Try with ubuntu-22.04 as builder
1 parent 56656ab commit d157d2a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/builder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
init:
1919
name: Initialize build
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
outputs:
2222
architectures_alpine: ${{ steps.info_alpine.outputs.architectures }}
2323
architectures_debian: ${{ steps.info_debian.outputs.architectures }}
@@ -63,7 +63,7 @@ jobs:
6363
build_alpine:
6464
name: Build ${{ matrix.arch }} alpine ${{ matrix.version }} base image
6565
needs: init
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-22.04
6767
permissions:
6868
contents: read
6969
id-token: write
@@ -107,7 +107,7 @@ jobs:
107107
build_debian:
108108
name: Build ${{ matrix.arch }} debian ${{ matrix.version }} base image
109109
needs: init
110-
runs-on: ubuntu-latest
110+
runs-on: ubuntu-22.04
111111
permissions:
112112
contents: read
113113
id-token: write
@@ -152,7 +152,7 @@ jobs:
152152
build_ubuntu:
153153
name: Build ${{ matrix.arch }} ubuntu ${{ matrix.version }} base image
154154
needs: init
155-
runs-on: ubuntu-latest
155+
runs-on: ubuntu-22.04
156156
permissions:
157157
contents: read
158158
id-token: write
@@ -196,7 +196,7 @@ jobs:
196196
build_raspbian:
197197
name: Build ${{ matrix.arch }} raspbian ${{ matrix.version }} base image
198198
needs: init
199-
runs-on: ubuntu-latest
199+
runs-on: ubuntu-22.04
200200
permissions:
201201
contents: read
202202
id-token: write
@@ -241,7 +241,7 @@ jobs:
241241
build_python:
242242
name: Build ${{ matrix.arch }} alpine ${{ matrix.version }} - python ${{ matrix.python }} base image
243243
needs: [init, build_alpine]
244-
runs-on: ubuntu-latest
244+
runs-on: ubuntu-22.04
245245
permissions:
246246
contents: read
247247
id-token: write

python/3.11/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cosign:
1010
identity: https://github.com/home-assistant/docker-base/.*
1111
args:
1212
PYTHON_VERSION: 3.11.11
13-
PIP_VERSION: 24.3.1
13+
PIP_VERSION: 25.0.1
1414
GPG_KEY: A035C8C19219BA821ECEA86B64E628F8D684696D
1515
labels:
1616
io.hass.base.name: python

python/3.12/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cosign:
99
base_identity: https://github.com/home-assistant/docker-base/.*
1010
identity: https://github.com/home-assistant/docker-base/.*
1111
args:
12-
PYTHON_VERSION: 3.12.8
13-
PIP_VERSION: 24.3.1
12+
PYTHON_VERSION: 3.12.9
13+
PIP_VERSION: 25.0.1
1414
GPG_KEY: 7169605F62C751356D054A26A821E680E5FA6305
1515
labels:
1616
io.hass.base.name: python

python/3.13/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cosign:
99
base_identity: https://github.com/home-assistant/docker-base/.*
1010
identity: https://github.com/home-assistant/docker-base/.*
1111
args:
12-
PYTHON_VERSION: 3.13.1
13-
PIP_VERSION: 24.3.1
12+
PYTHON_VERSION: 3.13.2
13+
PIP_VERSION: 25.0.1
1414
GPG_KEY: 7169605F62C751356D054A26A821E680E5FA6305
1515
labels:
1616
io.hass.base.name: python

0 commit comments

Comments
 (0)