Skip to content

Commit 5ebc927

Browse files
committed
Use python 3.14 in default gitlab-ci
1 parent 4b0bcbf commit 5ebc927

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
@@ -5,9 +5,9 @@ include:
55
- remote: 'https://gitlab.esss.lu.se/ics-infrastructure/gitlab-ci-yml/raw/master/Docker.gitlab-ci.yml'
66

77

8-
test-python311:
8+
test-python314:
99
stage: test
10-
image: python:3.11
10+
image: dockerhub/library/python:3.14
1111
before_script:
1212
- pip install -e .[tests]
1313
script:

0 commit comments

Comments
 (0)