From d17a26209909f008f8b202a7a83adeb80c882ef0 Mon Sep 17 00:00:00 2001 From: Klaas Kliffen <kliffen@astron.nl> Date: Wed, 29 Nov 2023 10:57:57 +0100 Subject: [PATCH] ci: remove python 3.7 due to EOL --- {{cookiecutter.project_slug}}/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.gitlab-ci.yml b/{{cookiecutter.project_slug}}/.gitlab-ci.yml index 49fdfb6..df58acb 100644 --- a/{{cookiecutter.project_slug}}/.gitlab-ci.yml +++ b/{{cookiecutter.project_slug}}/.gitlab-ci.yml @@ -88,7 +88,7 @@ run_unit_tests: - tox -e py3${PY_VERSION} parallel: 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_unit_tests_coverage: -- GitLab