Skip to content
Snippets Groups Projects
Commit d17a2620 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

ci: remove python 3.7 due to EOL

parent 7764611b
No related branches found
No related tags found
1 merge request!26Use version_file instead of write_to in pyproject.toml
Pipeline #65112 passed with warnings
Pipeline: Python Package

#65113

    ...@@ -88,7 +88,7 @@ run_unit_tests: ...@@ -88,7 +88,7 @@ run_unit_tests:
    - tox -e py3${PY_VERSION} - tox -e py3${PY_VERSION}
    parallel: parallel:
    matrix: # use the matrix for testing matrix: # use the matrix for testing
    - PY_VERSION: [7, 8, 9, 10] - PY_VERSION: [ 8, 9, 10]
    # Run code coverage on the base image thus also performing unit tests # Run code coverage on the base image thus also performing unit tests
    run_unit_tests_coverage: run_unit_tests_coverage:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment