From 443c37331144d6c9323f65bb5b3a42abde5a9070 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Wed, 25 Oct 2023 10:49:07 +0200 Subject: [PATCH] update CI matrix --- .github/workflows/tests.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 922de82a..9653147f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,14 @@ jobs: fail-fast: false matrix: os: [windows, ubuntu, macos] - python-version: ["3.8", "3.9", "3.10"] # "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + exclude: + - os: macos + python-version: "3.12" + - os: macos + python-version: "3.10" + - os: macos + python-version: "3.9" steps: - uses: actions/checkout@v3