From 65bc6e089896ef077366df2b151f4ce3db5d07f5 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Fri, 5 Apr 2024 10:32:22 +0100 Subject: [PATCH] Remove test on 3.11 --- .github/workflows/ci_pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pip.yml b/.github/workflows/ci_pip.yml index 3349918..b90f91c 100644 --- a/.github/workflows/ci_pip.yml +++ b/.github/workflows/ci_pip.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.7, 3.9, "3.10", "3.11" ] + python-version: [ 3.7, 3.9, "3.10" ] steps: - uses: actions/checkout@v4