From 7b2405f4ac293400b87776eb8372fb7b746be3d4 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sat, 19 Oct 2024 17:11:50 +0200 Subject: [PATCH] fix(ci): use python 3.8 instead of python 3.7 to check sdist (#549) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbb3a68e..1a6e4904 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -180,7 +180,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.7", "3.13"] + python: ["3.8", "3.13"] steps: - uses: actions/checkout@v4