File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : ["3.11", "3.12 "]
13+ python-version : ["3.11", "3.14 "]
1414
1515 steps :
1616 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 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 : docker.io/library/ python:3.14
1111 before_script :
1212 - pip install -e .[tests]
1313 script :
Original file line number Diff line number Diff line change 1- FROM dockerhub /library/python:3.14-slim as base
1+ FROM docker.io /library/python:3.14-slim as base
22
33# Install Python dependencies in an intermediate image
44# as some requires a compiler (psycopg2)
You can’t perform that action at this time.
0 commit comments