From 7b80e4882ee358f2e578b60c36532525dacf12f1 Mon Sep 17 00:00:00 2001 From: esc Date: Mon, 8 Apr 2024 15:52:09 +0200 Subject: [PATCH] include 3.12 in the GHA test matrix As title --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 316ea38..36a9e1c 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -71,7 +71,7 @@ jobs: strategy: matrix: scipy-version: [">=1.4,<1.11.0"] - pyver: [3.8, 3.9, "3.10", 3.11] + pyver: [3.8, 3.9, "3.10", 3.11, 3.12] runs-on: [macos-latest, ubuntu-latest, windows-latest] numpy-version: ["<1.22.0", ">=1.22.0"] exclude: