Skip to content

Commit c03d40a

Browse files
committed
feat(python): add 3.10
1 parent c3c5831 commit c03d40a

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
publish:
2424
strategy:
2525
matrix:
26-
version: [latest, "3.13", "3.12", "3.11"]
26+
version: [latest, "3.13", "3.12", "3.11", "3.10"]
2727
variant: [prod, shell, dev]
2828
name: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || matrix.variant == 'dev' && '-dev' || '' }}
2929
uses: './.github/workflows/release.yaml'

images/python/3.10/dev.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
include: images/python/dev.yaml
2+
3+
contents:
4+
packages:
5+
- python-3.10
6+
- python-3.10-dev
7+
- py3.10-pip

images/python/3.10/prod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include: images/python/prod.yaml
2+
3+
contents:
4+
packages:
5+
- python-3.10

images/python/3.10/shell.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include: images/python/shell.yaml
2+
3+
contents:
4+
packages:
5+
- python-3.10

images/python/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Minimal Python image based on Wolfi.
1818
| 3.11 | ghcr.io/gitguardian/wolfi/python:3.11 |
1919
| 3.11-shell | ghcr.io/gitguardian/wolfi/python:3.11-shell |
2020
| 3.11-dev | ghcr.io/gitguardian/wolfi/python:3.11-dev |
21+
| 3.10 | ghcr.io/gitguardian/wolfi/python:3.10 |
22+
| 3.10-shell | ghcr.io/gitguardian/wolfi/python:3.10-shell |
23+
| 3.10-dev | ghcr.io/gitguardian/wolfi/python:3.10-dev |
2124

2225
## ✅ Verify the Provenance
2326

0 commit comments

Comments
 (0)