Skip to content

Commit 4eff1bd

Browse files
build(ci): build Python 3.12 images on top of Ubuntu 24.04
1 parent 18368d3 commit 4eff1bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- ubuntu: 22.04
2323
python: 3.11
2424
label: 3.11
25+
- ubuntu: 24.04
26+
python: 3.12
27+
label: 3.12
2528

2629
# Start a local registry to which we will push trame-common, so that
2730
# docker buildx may access it in later steps.

0 commit comments

Comments
 (0)