From 18c7162e53d5b21e153ae65d950c74390ae72a1e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Jul 2024 11:53:45 +0200 Subject: [PATCH] disable 3.12 testing for now (#7577) --- .github/workflows/qc_checks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 43e0943bea..5aaed2891d 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -267,7 +267,8 @@ jobs: continue-on-error: true # continue if a step fails so that coverage gets pushed strategy: matrix: - python_version: [3.9, 3.12] + python_version: [3.9] + # python_version: [3.9, 3.12] # Disabled due to requirement issues env: INVENTREE_DB_NAME: ./inventree.sqlite