From 81fbfb776186a1127542a239bc4fe777fe002411 Mon Sep 17 00:00:00 2001 From: jcschaff Date: Wed, 4 Sep 2024 15:51:23 -0400 Subject: [PATCH] build and test only for Python 3.8, 3.9, 3.10 (rbapy fails in 3.11) --- .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 7888fdbe..fb0f3181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] + python-version: [ "3.8", "3.9", "3.10" ] fail-fast: false defaults: run: