From 3915d820e5739d26e8e2c92ef8966b0b09128336 Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:42:37 -0700 Subject: [PATCH] Remove 3.7 and add 3.12 --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 62d26df..27aedf8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,9 +12,10 @@ jobs: timeout-minutes: 5 if: ${{ !contains(github.event.head_commit.message, '#noci') }} strategy: + fail-fast: false matrix: os: ["ubuntu-latest"] - version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} services: