From d623df74dc509d769a6d57476d138894479a0a1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:28:58 +0000 Subject: [PATCH] Update python Docker tag to v3.11 --- .github/workflows/pr.yml | 4 ++-- .github/workflows/push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3ca7437..da77238 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: name: py39 runs-on: ubuntu-latest container: - image: python:3.9 + image: python:3.11 steps: - uses: actions/checkout@v3 - run: pip install tox codecov poetry @@ -22,7 +22,7 @@ jobs: name: flake8 runs-on: ubuntu-latest container: - image: python:3.9 + image: python:3.11 steps: - uses: actions/checkout@v3 - run: pip install tox poetry diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a8a4d0e..0071c04 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,7 +11,7 @@ jobs: name: py39 runs-on: ubuntu-latest container: - image: python:3.9 + image: python:3.11 steps: - uses: actions/checkout@v3 - run: pip install tox codecov poetry @@ -22,7 +22,7 @@ jobs: name: flake8 runs-on: ubuntu-latest container: - image: python:3.9 + image: python:3.11 steps: - uses: actions/checkout@v3 - run: pip install tox poetry