From a7e631668fa075a84c775db495eda706c3d87e07 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 27 Apr 2024 17:02:02 +0200 Subject: [PATCH] remove python 3.7 from test cases --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97068103..c089dd6b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,10 +6,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.8, pypy-3.9] exclude: - - os: windows-latest - python-version: pypy-3.7 - os: windows-latest python-version: pypy-3.8 - os: windows-latest