Skip to content

Commit

Permalink
Use Python 3.13 for all build jobs (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Walter <[email protected]>
  • Loading branch information
twwd authored Jan 21, 2025
1 parent e364630 commit 284ea62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
lint:
runs-on: ubuntu-latest
container:
image: python:3.12-alpine
image: python:3.13-alpine

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
PIP_PROGRESS_BAR: "off"
PIP_DISABLE_PIP_VERSION_CHECK: "on"
container:
image: python:3.12-slim
image: python:3.13-slim
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
POETRY_VIRTUALENVS_IN_PROJECT: true

container:
image: python:3.12-alpine
image: python:3.13-alpine

outputs:
version: ${{ steps.version.outputs.version }}
Expand Down Expand Up @@ -141,4 +141,4 @@ jobs:
push-to-registry: true

- name: Log out from GitHub Container Registry
run: docker logout ghcr.io
run: docker logout ghcr.io

0 comments on commit 284ea62

Please sign in to comment.