From 7615c3f5ce27427c37925f36247bddd91e475e0f Mon Sep 17 00:00:00 2001 From: Lynne Jones Date: Fri, 17 Jan 2025 18:25:35 -0800 Subject: [PATCH] Add py3.12 to unit tests --- .github/workflows/test_and_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_build.yaml b/.github/workflows/test_and_build.yaml index 453e57ba..4036012f 100644 --- a/.github/workflows/test_and_build.yaml +++ b/.github/workflows/test_and_build.yaml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "macos-latest"] - python-version: ["3.11"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v3