From 8e82fa55e2323935c73b1f42bd85b442b788f020 Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 23 Nov 2023 00:06:28 +0100 Subject: [PATCH] don't build on python 3.7 anymore, as it's past its end of life --- .github/workflows/build-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index aa2cf0f30..60dbadbb9 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -354,6 +354,11 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] + python: + - major_dot_minor: '3.8' + - major_dot_minor: '3.9' + - major_dot_minor: '3.10' + - major_dot_minor: '3.11' name: Unit tests steps: # the test files are read verbatim, making it problematic if git is