From ef4a2164f2bb4078a097072af4bbb80771e81e00 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 29 Jul 2024 20:42:58 +0200 Subject: [PATCH] [ci] Remove python 3.7 and 3.8, add 3.12 runners (#624) * [ci] Remove python 3.7 runners from test workflow. * [ci] Remove python 3.8 from the test workflow and add 3.12 instead. --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20c5db96..8bc12439 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,17 +23,12 @@ jobs: - macos-latest - windows-latest python-version: - - '3.7' - - '3.8' - '3.9' - '3.10' - '3.11' - - pypy-3.7 - - pypy-3.8 + - '3.12' - pypy-3.9 - pypy-3.10 - exclude: - - { platform: windows-latest, python-version: pypy-3.7 } steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4