Skip to content

Commit

Permalink
Update python version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Nov 9, 2023
1 parent cf1c0ce commit f8a8113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
lint:
uses: BlindfoldedSurgery/actions-python/.github/workflows/lint.yml@v1
with:
python-version: '3.11'
python-version: '3.12'

test:
uses: BlindfoldedSurgery/actions-python/.github/workflows/test.yml@v1
with:
python-version: '3.11'
python-version: '3.12'

build-container-image:
needs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/blindfoldedsurgery/poetry:1.0.3-pipx-3.11-bookworm
FROM ghcr.io/blindfoldedsurgery/poetry:1.0.3-pipx-3.12-bookworm

COPY [ "poetry.toml", "poetry.lock", "pyproject.toml", "./" ]

Expand Down

0 comments on commit f8a8113

Please sign in to comment.