From fc81b74892cb08dd7efdc478e52c7d6190ad68c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Math=C3=AFs=20F=C3=A9d=C3=A9rico?= Date: Thu, 25 Jan 2024 23:43:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20=F0=9F=91=B7=20Remove=20Python?= =?UTF-8?q?=203.7=20support=20for=20all=20dependencies=20Due=20to=20unifie?= =?UTF-8?q?d-planning=20with=20aries=20and/or=20lpg?= 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