From 9cd95733f6aadaebf2b4701f7b059054bf49a567 Mon Sep 17 00:00:00 2001 From: Simon Kallweit Date: Mon, 19 Aug 2024 14:56:59 +0200 Subject: [PATCH] start small --- .github/workflows/wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2487a9ff..22043274 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,11 +23,13 @@ jobs: matrix: os: [windows, linux] platform: [x86_64, aarch64] - python: [cp39, cp310, cp311, cp312] + python: [cp39] #, cp310, cp311, cp312] exclude: # Exclude aarch64 for windows/linux - { os: windows, platform: aarch64 } - { os: linux, platform: aarch64 } + # Exclude linux for now + - { os: linux, platform: x86_64 } include: # Specify runners - { os: windows, runs-on: [windows-latest] }