Skip to content

Commit 9fad5a1

Browse files
author
dkraus
committed
Modify python version for tests
1 parent 57f7c8a commit 9fad5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

144144
alpha_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

0 commit comments

Comments
 (0)