Skip to content

Commit

Permalink
Updates to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Oct 16, 2024
1 parent d15c75e commit a60b632
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: poetry
- run: poetry install -v
- run: just ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.12-alpine
FROM docker.io/python:3.13-alpine

LABEL org.opencontainers.image.authors="funkyfuture@riseup.net"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.12-alpine
FROM docker.io/python:3.13-alpine

CMD ["deck-chores"]
LABEL org.label-schema.name="deck-chores"
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deck-chores = "deck_chores.main:main"
# the Dockerfile{-dev} have these values too
# .readthedocs.yml must be in parity with the Python version
# it's also all over the Github workflows
python = "^3.12"
python = "^3.13"
apscheduler = "^3.6"
cerberus = "^1.3.4"
docker = {version = "^7", extras = ["ssh"]}
Expand Down

0 comments on commit a60b632

Please sign in to comment.