File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,21 +134,21 @@ unit_tests:
134134 extends : .latest_unit_test_base
135135 parallel :
136136 matrix :
137- - PYTHON_VERSION : " 3.9-slim-bookworm"
138137 - PYTHON_VERSION : " 3.10-slim-bookworm"
139138 - PYTHON_VERSION : " 3.11-slim-bookworm"
140139 - PYTHON_VERSION : " 3.12-slim-bookworm"
140+ - PYTHON_VERSION : " 3.13-slim-bookworm"
141141 image : python:${PYTHON_VERSION}
142142 allow_failure : true
143143
144144alpha_unit_tests :
145145 extends : .alpha_unit_test_base
146146 parallel :
147147 matrix :
148- - PYTHON_VERSION : " 3.9-slim-bookworm"
149148 - PYTHON_VERSION : " 3.10-slim-bookworm"
150149 - PYTHON_VERSION : " 3.11-slim-bookworm"
151150 - PYTHON_VERSION : " 3.12-slim-bookworm"
151+ - PYTHON_VERSION : " 3.13-slim-bookworm"
152152 image : python:${PYTHON_VERSION}
153153
154154
You can’t perform that action at this time.
0 commit comments