Commit 41b21670 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Use Python-3.7 as the default CI image

There are issues with some old scripts that are not compatable with 3.8
parent 1d5cd487
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ stages:
  - acceptance
  - publish

image: python
image: python:3.7

variables:
  PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip