From 692ac35ee434e4e80b27d4ddcb14fbf79323d9d8 Mon Sep 17 00:00:00 2001 From: anti Date: Mon, 20 Apr 2026 12:43:03 -0400 Subject: [PATCH] modification(versions): drop 3.12 tests and support only 3.11 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7d51c2c..c4c039f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: needs: [lint, bandit, pip-audit] strategy: matrix: - python-version: ["3.11", "3.12"] + python-version: ["3.11"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5