Skip to content
Snippets Groups Projects
Commit e177a25b authored by David Schäfer's avatar David Schäfer
Browse files

drop python 3.11 testing because of missing numba support

parent 479e577f
No related branches found
No related tags found
1 merge request!601Python version support
Pipeline #143532 passed with stages
in 6 minutes and 32 seconds
......@@ -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:
......
......@@ -6,7 +6,7 @@ Click==8.1.3
dtw==1.4.0
hypothesis==6.55.0
matplotlib==3.5.3
numba==0.56.4
numba==0.56.3
numpy==1.21.6
outlier-utils==0.0.3
pyarrow==9.0.0
......
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