From ec2b44dda0a78c190d144f9eaf3c85265f6371b7 Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Tue, 19 Mar 2024 17:54:33 +0100 Subject: [PATCH] chore: avoid building wheels for EOL Pythons --- .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 573e8acf..3a279225 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: with: output-dir: dist env: - CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* + CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* - uses: actions/upload-artifact@v3 with: