From a81ec7d51c4bb49184ee812899a3b1af69e67f75 Mon Sep 17 00:00:00 2001 From: comrumino Date: Fri, 26 Jan 2024 22:41:11 -0600 Subject: [PATCH] Dropped 3.12 from matrix test to narrow down if failure is 3.12 specific or result of change --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 7e94638d..a9fbcf92 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3