From ea7b44955d61150c18309490c6167def65281970 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Wed, 4 Sep 2024 11:24:51 +1000 Subject: [PATCH] removed Py3.10 from test matrix --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7e07d72..8bc9293 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.12"] + python-version: ["3.8", "3.9", "3.12"] fail-fast: false runs-on: ${{ matrix.os }} defaults: