From c131f4d3f684fdd845673e29123ecb8a1579257a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Baran?= Date: Thu, 3 Oct 2024 14:50:34 +0200 Subject: [PATCH] Disable release for python 3.8 (#2081) --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 07f3708085..58f12c1b4c 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -33,7 +33,7 @@ jobs: - [macos-13, macosx_x86_64] - [macos-14, macosx_arm64] - [windows-2022, win_amd64] - python: ["cp38", "cp39", "cp310", "cp311", "cp312"] + python: ["cp39", "cp310", "cp311", "cp312"] steps: - uses: actions/checkout@v4