From 08cf19a69d2df9c8f709477943ada6985e8ae454 Mon Sep 17 00:00:00 2001
From: bronsen <kontakt+gitcommit@nrrd.de>
Date: Sat, 15 Mar 2025 00:00:53 +0100
Subject: [PATCH] [CI] run tests against python 3.13.2 and 3.12.9

---
 .woodpecker/workflow.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml
index 115061a..0bdbe9e 100644
--- a/.woodpecker/workflow.yaml
+++ b/.woodpecker/workflow.yaml
@@ -2,6 +2,11 @@ when:
   - event: push
     branch: main
 
+matrix:
+  PYTHON_VERSION:
+    - 3.13.2
+    - 3.12.9
+
 steps:
   - name: lint
     image: pipelinecomponents/ruff
@@ -9,7 +14,7 @@ steps:
       - ruff check .
 
   - name: test
-    image: python:3.13-slim
+    image: python:${PYTHON_VERSION}-slim
     environment:
       DJANGO_SETTINGS_MODULE: config.settings
       DEPLOYMENT: Test