Skip to content
Snippets Groups Projects
Commit bbf38e61 authored by Alina Lacheim's avatar Alina Lacheim
Browse files

added python versions 3.11 and 3.12

parent e6b9b8dc
No related branches found
No related tags found
1 merge request!62Draft: Feature/extend_pipeline
Pipeline #56758 passed
...@@ -37,3 +37,4 @@ Outputs_* ...@@ -37,3 +37,4 @@ Outputs_*
# Ignore folders for test-builds of the gitlab-pages # Ignore folders for test-builds of the gitlab-pages
public/* public/*
.qodo
...@@ -58,7 +58,7 @@ unit-test-job: # This job runs in the test stage. ...@@ -58,7 +58,7 @@ unit-test-job: # This job runs in the test stage.
stage: test stage: test
parallel: parallel:
matrix: matrix:
- PYTHON_VERSION: ["3.8", "3.9", "3.10"] - PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"]
image: python:${PYTHON_VERSION} image: python:${PYTHON_VERSION}
script: script:
- echo "Running unit tests..." - echo "Running unit tests..."
......
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