We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f7c8a commit 9fad5a1Copy full SHA for 9fad5a1
1 file changed
.gitlab-ci.yml
@@ -134,21 +134,21 @@ unit_tests:
134
extends: .latest_unit_test_base
135
parallel:
136
matrix:
137
- - PYTHON_VERSION: "3.9-slim-bookworm"
138
- PYTHON_VERSION: "3.10-slim-bookworm"
139
- PYTHON_VERSION: "3.11-slim-bookworm"
140
- PYTHON_VERSION: "3.12-slim-bookworm"
+ - PYTHON_VERSION: "3.13-slim-bookworm"
141
image: python:${PYTHON_VERSION}
142
allow_failure: true
143
144
alpha_unit_tests:
145
extends: .alpha_unit_test_base
146
147
148
149
150
151
152
153
154
0 commit comments