From 26e18cb01ea763f1317bbc6128303ecef4f31fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Math=C3=AFs=20F=C3=A9d=C3=A9rico?= Date: Fri, 26 Jan 2024 16:33:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Drop=203.7=20support=20due=20to=20U?= =?UTF-8?q?PF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-tests-all-optdeps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests-all-optdeps.yml b/.github/workflows/python-tests-all-optdeps.yml index 17ce84d5..5284bb44 100644 --- a/.github/workflows/python-tests-all-optdeps.yml +++ b/.github/workflows/python-tests-all-optdeps.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] env: MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434 SDL_VIDEODRIVER: "dummy" # for PyGame render https://stackoverflow.com/questions/15933493/pygame-error-no-available-video-device