From 2838ed5a5e3dee7785f2ade315dd6d32edb7431e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 24 Nov 2025 22:10:24 +0100 Subject: [PATCH] feat: matrix testing --- .github/workflows/qc_checks.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index dbc78523a1..1a53f77b5c 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -334,8 +334,7 @@ jobs: continue-on-error: true # continue if a step fails so that coverage gets pushed strategy: matrix: - python_version: [3.11] - # python_version: [3.11, 3.14] # Disabled due to requirement issues + python_version: [3.11, 3.14] env: INVENTREE_DB_NAME: ./inventree.sqlite