Update .gitlab-ci.yml file for python 3.10

jsonld-outbound
Alain St-Denis 2022-04-05 12:27:21 +00:00
rodzic 55061f9147
commit 60436e92e0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python/tags/
image: python:3.8
image: python:3.10
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.