Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Added 3.14 variantTags to trixie, bookworm and bullseye.
  • Loading branch information
robot297 committed Oct 14, 2025
commit a2a97b583ec84da4ade676eb036f046631057344
13 changes: 8 additions & 5 deletions src/python/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,15 @@
"python:${VERSION}-${VARIANT}"
],
"variantTags": {
"3.13-trixie": [
"python:${VERSION}-3.13",
"3.14-trixie": [
"python:${VERSION}-3.14",
"python:${VERSION}-3",
"python:${VERSION}-3-trixie",
"python:${VERSION}-trixie"
],
],
"3.13-trixie": [
"python:${VERSION}-3.13"
],
"3.12-trixie": [
"python:${VERSION}-3.12"
],
Expand All @@ -119,11 +122,11 @@
"3.9-trixie": [
"python:${VERSION}-3.9"
],
"3.13-bookworm": [
"3.14-bookworm": [
"python:${VERSION}-3-bookworm",
"python:${VERSION}-bookworm"
],
"3.13-bullseye": [
"3.14-bullseye": [
"python:${VERSION}-3-bullseye",
"python:${VERSION}-bullseye"
]
Expand Down