From bed086f95f43df3d75af9f971f71f406146ec631 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 14 Mar 2023 11:06:10 +0100 Subject: [PATCH] do not test the default 3.8 twice --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7101404..5c8d905 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,9 +40,9 @@ tests-3.7: extends: "tests-3.6" image: python:3.7 -tests-3.8: - extends: "tests-3.6" - image: python:3.8 +#tests-3.8: +# extends: "tests-3.6" +# image: python:3.8 tests-3.9: extends: "tests-3.6"