From b32d9a05967bbe997cd136f75b6526bed8b93875 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:16:08 -0700 Subject: [PATCH] remove python3.12 from matrix test until update --- .github/workflows/pytests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index cb0cc69..d62e789 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python-version: ['3.9', '3.10', '3.11', 3.12'] + python-version: ['3.9', '3.10', '3.11'] name: Python (${{ matrix.python-version }} on ${{ matrix.os }}) steps: