From f71d9c5533d8b4d98635a7ea708ba879207cc71e Mon Sep 17 00:00:00 2001 From: Euan M <69640923+euanwm@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:05:37 +0100 Subject: [PATCH] skip 3.13 test on numpy 1 Co-authored-by: David Hewitt --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07d4489f..9689d19a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: strategy: fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }} matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] platform: [ {