Skip to content

Commit

Permalink
feat: add python 3.10, 3.11, 3.12, 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Lor authored Nov 17, 2024
1 parent 1beacd5 commit 6a80a03
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions images.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,26 @@
"toTag": "buster",
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
},
{
"fromImage": "python:3.13",
"toTag": "3.13",
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
},
{
"fromImage": "python:3.12",
"toTag": "3.12",
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
},
{
"fromImage": "python:3.11",
"toTag": "3.11",
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
},
{
"fromImage": "python:3.10",
"toTag": "3.10",
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
},
{
"fromImage": "python:3.9",
"toTag": "3.9",
Expand Down

0 comments on commit 6a80a03

Please sign in to comment.