Skip to content
Snippets Groups Projects
Verified Commit 67066320 authored by Georg Krause's avatar Georg Krause
Browse files

chore(CI): Simplify configuration and add stable python 3.11

parent 8e96a146
No related branches found
No related tags found
No related merge requests found
Pipeline #28023 passed
...@@ -15,27 +15,8 @@ services: ...@@ -15,27 +15,8 @@ services:
after_script: after_script:
- docker push $CI_REGISTRY_IMAGE:$PYTHON_VERSION - docker push $CI_REGISTRY_IMAGE:$PYTHON_VERSION
build-3.7: build:
parallel:
matrix:
- PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10", "3.11"]
extends: .build extends: .build
variables:
PYTHON_VERSION: "3.7"
build-3.8:
extends: .build
variables:
PYTHON_VERSION: "3.8"
build-3.9:
extends: .build
variables:
PYTHON_VERSION: "3.9"
build-3.10:
extends: .build
variables:
PYTHON_VERSION: "3.10"
build-3.11:
extends: .build
variables:
PYTHON_VERSION: "3.11-rc"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment