Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent c84cb9d commit b099bd9
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.11

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

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

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

0 comments on commit b099bd9

Please sign in to comment.