From 24fddf8f001f2b9a896ccc607eb30d0f0acd03c6 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Thu, 14 Nov 2024 12:24:20 +0100 Subject: [PATCH] buster only --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa46de7..a24fde6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,6 @@ jobs: matrix: debian_image: ['buster'] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] - include: - - debian_image: 'bookworm' - python-version: '3.12' - - debian_image: 'bookworm' - python-version: '3.13' steps: - uses: actions/checkout@v4 - name: Build ${{ matrix.docker_images }} wheel