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