Skip to content
Snippets Groups Projects

Python version support

Merged David Schäfer requested to merge py_verions_drop into develop
Files
2
+ 0
12
@@ -110,18 +110,6 @@ python310:
junit: report.xml
python311:
stage: test
image: python:3.11
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
doctest:
stage: test
script:
Loading