Skip to content
Snippets Groups Projects

Python version support

Merged David Schäfer requested to merge py_verions_drop into develop
Files
3
+ 0
16
@@ -75,20 +75,6 @@ coverage:
path: coverage.xml
# test saqc with python 3.7
python37:
stage: test
image: python:3.7
script:
- pytest tests dios/test -Werror --junitxml=report.xml
- python -m saqc --config docs/resources/data/config.csv --data docs/resources/data/data.csv --outfile /tmp/test.csv
artifacts:
when: always
reports:
junit: report.xml
# test saqc with python 3.8
python38:
stage: test
script:
@@ -100,7 +86,6 @@ python38:
junit: report.xml
# test saqc with python 3.9
python39:
stage: test
image: python:3.9
@@ -113,7 +98,6 @@ python39:
junit: report.xml
# test saqc with python 3.10
python310:
stage: test
image: python:3.10
Loading