Skip to content
Snippets Groups Projects
Verified Commit 189f16e9 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Update CI pipeline for current Python and Docker and add tests

* Use Python 3.13
* Use Docker 17.4
* Add Tests with Python 3.13

Changelog: added
parent a3064e4f
No related branches found
No related tags found
1 merge request!148Update CI pipeline for current Python and Docker and add tests
Pipeline #472449 passed
......@@ -28,7 +28,7 @@ variables:
.base_lint:
extends: .base_job
image: python:3.12
image: python:3.13
stage: lint
cache:
......@@ -74,14 +74,14 @@ test:
path: coverage.xml
parallel:
matrix:
- PYTHON_VERSION: ["3.11", "3.12"]
- PYTHON_VERSION: ["3.11", "3.12", "3.13"]
needs: []
build_and_push:
stage: deploy
image: docker:27.0
image: docker:27.4
services:
- docker:27.0-dind
- docker:27.4-dind
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment