Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent be38c77 commit b7f6023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workflow:
when: never

default:
image: python:3.7
image: python:3.9

stages:
- test
Expand All @@ -32,7 +32,7 @@ stages:

py38:
stage: test
image: python:3.8
image: python:3.9
before_script:
- *install_tox_and_poetry
script:
Expand All @@ -47,7 +47,7 @@ py37:

py36:
stage: test
image: python:3.6
image: python:3.9
before_script:
- *install_tox_and_poetry
script:
Expand Down

0 comments on commit b7f6023

Please sign in to comment.