From 647860f7f77ea95ac7a7b31ceba05ab72a9e506b Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Thu, 23 Jan 2025 19:37:27 +0100 Subject: [PATCH] add exclude to tests_ubuntu.yml --- .github/workflows/tests_ubuntu.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_ubuntu.yml b/.github/workflows/tests_ubuntu.yml index b9c0339..653d955 100644 --- a/.github/workflows/tests_ubuntu.yml +++ b/.github/workflows/tests_ubuntu.yml @@ -16,7 +16,10 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] numpy-pandas-version: [">=1.0, <2.0", ">=2.0, <3.0"] - + exclude: + - python-version: "3.13" + numpy-pandas-version: ">=1.0, <2.0" + fail-fast: false runs-on: ubuntu-latest @@ -56,4 +59,4 @@ jobs: uses: irongut/CodeCoverageSummary@v1.3.0 with: filename: coverage.xml - badge: true \ No newline at end of file + badge: true