Skip to content

Commit

Permalink
osbuild-ci: install python3.13 interpreter
Browse files Browse the repository at this point in the history
This will fix the problem that the osbuild-ci built using the latest
Fedora does not include the default Python3 version that comes with it
(3.13).

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Nov 22, 2024
1 parent 3407dc2 commit 7713118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ python3.8
python3.9
python3.10
python3.12
python3.13
python3-autopep8
python3-boto3
python3-botocore
Expand Down Expand Up @@ -350,6 +351,7 @@ python3.8
python3.9
python3.10
python3.12
python3.13
python3-autopep8
python3-boto3
python3-botocore
Expand Down

0 comments on commit 7713118

Please sign in to comment.