From ce25834cf0caa85bbe28196e492b0aa994cef316 Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Tue, 21 May 2024 12:06:29 +0200 Subject: [PATCH] Restrict ci to more recent python versions --- .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 9b0ad7c..c983178 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest", "windows-2019"] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] exclude: # Due to nbconvert TypeError