add support for debian trixie

This commit is contained in:
Franzi 2025-03-29 18:07:17 +01:00
parent 7cb8876231
commit d71af7561a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,7 @@ supported_os = {
10: 'buster',
11: 'bullseye',
12: 'bookworm',
13: 'trixie',
99: 'unstable',
},
}