From 453393d1b65a430411e6434fbfa1f18f1d4e17fa Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 7 Oct 2019 22:04:54 -0500 Subject: [PATCH] Bumping CI to python 3.7 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9dbca4..d97e6dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - deploy tests: - image: python:3.6-slim-stretch + image: python:3.7-slim-stretch stage: test script: - python3 -m pip install pipenv @@ -14,7 +14,7 @@ tests: - docker pages: - image: python:3.6-slim-stretch + image: python:3.7-slim-stretch stage: deploy script: - python3 -m pip install pipenv