Updated default python docker base image to 3.13-slim (#618)

* Updated default python docker base image to 3.13-slim

* Added python 3.13 to tests
This commit is contained in:
Rowan
2025-10-30 02:34:06 +00:00
committed by GitHub
parent b4c2b21547
commit 8a299b8600
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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