diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 578208f..ba3b46c 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/Dockerfile b/Dockerfile index e5dc8ca..0325a07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=python:3.9-slim +ARG BASE_IMAGE=python:3.13-slim ARG USERNAME=parsedmarc ARG USER_UID=1000 ARG USER_GID=$USER_UID