From cac2204892ad615ee84c2392fd8bb33c4c3acf94 Mon Sep 17 00:00:00 2001 From: Dusan Baran Date: Tue, 21 May 2024 10:15:14 +0200 Subject: [PATCH] Disable python 39 --- .github/workflows/build-wheels.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 2adbd4dec3..ba782272b1 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -23,10 +23,7 @@ jobs: - [macos-13, macosx_x86_64] - [macos-13, macosx_arm64] - [windows-2022, win_amd64] - python: ["cp39", "cp310", "cp311", "cp312", "pp39"] - exclude: - - buildplat: [macos-13, macosx_arm64] - python: "pp39" + python: ["cp310", "cp311", "cp312"] steps: - uses: actions/checkout@v3