Skip to content

Commit bce5124

Browse files
authored
Create image for python 3.11 and remove EOL python 3.6 (#1003)
* Create image for python 3.11 * Remove python 3.6 (EOL)
1 parent 5957704 commit bce5124

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/promote-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
workspace-python-3.8: "20.*"
2020
workspace-python-3.9: "20.*"
2121
workspace-python-3.10: "20.*"
22+
workspace-python-3.11: "20.*"
2223
workspace-ruby-2: "20.*"
2324
workspace-ruby-3: "20.*"
2425
workspace-ruby-3.0: "20.*"

.github/sync-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ sync:
1616
- python-3.8
1717
- python-3.9
1818
- python-3.10
19+
- python-3.11
1920
- ruby-2
2021
- ruby-3
2122
- ruby-3.0

chunks/lang-python/chunk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
variants:
2-
- name: "3.6"
3-
args:
4-
PYTHON_VERSION: 3.6.15
52
- name: "3.7"
63
args:
74
PYTHON_VERSION: 3.7.13
@@ -14,3 +11,6 @@ variants:
1411
- name: "3.10"
1512
args:
1613
PYTHON_VERSION: 3.10.6
14+
- name: "3.11"
15+
args:
16+
PYTHON_VERSION: 3.11.1

dazzle.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ combiner:
8888
- base
8989
chunks:
9090
- lang-python:3.10
91+
- name: python-3.11
92+
ref:
93+
- base
94+
chunks:
95+
- lang-python:3.11
9196
- name: ruby-2
9297
ref:
9398
- base

0 commit comments

Comments
 (0)