do not test the default 3.8 twice

This commit is contained in:
2023-03-14 11:06:10 +01:00
parent aa79f1b0a1
commit bed086f95f

View File

@ -40,9 +40,9 @@ tests-3.7:
extends: "tests-3.6" extends: "tests-3.6"
image: python:3.7 image: python:3.7
tests-3.8: #tests-3.8:
extends: "tests-3.6" # extends: "tests-3.6"
image: python:3.8 # image: python:3.8
tests-3.9: tests-3.9:
extends: "tests-3.6" extends: "tests-3.6"