Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Update python Docker tag to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2022
1 parent 0f48d56 commit bb2db9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bb2db9c

Please sign in to comment.