Skip to content

Commit e36d768

Browse files
authored
Add Debian Trixie (#20192)
Add debian:trixie
1 parent e8f5a17 commit e36d768

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build-linux-installer-deb.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ jobs:
266266
type: debian
267267
# https://packages.debian.org/bookworm/python/python3 (3.11)
268268
url: "docker://debian:bookworm"
269+
- name: debian:trixie
270+
type: debian
271+
# https://packages.debian.org/trixie/python/python3 (3.13)
272+
url: "docker://debian:trixie"
269273
- name: ubuntu:jammy (22.04)
270274
type: ubuntu
271275
# https://packages.ubuntu.com/jammy/python3 (22.04, 3.10)

.github/workflows/test-install-scripts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ jobs:
174174
type: debian
175175
# https://packages.debian.org/bookworm/python/python3 (3.11)
176176
url: "docker://debian:bookworm"
177+
- name: debian:trixie
178+
type: debian
179+
# https://packages.debian.org/trixie/python/python3 (3.13)
180+
url: "docker://debian:trixie"
177181
- name: fedora:37
178182
type: fedora
179183
# (37, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+37&start=0

0 commit comments

Comments
 (0)