From 89fb7bcc4a28437c82beea0ab3ac84e22342fce7 Mon Sep 17 00:00:00 2001 From: nesitor Date: Mon, 26 Aug 2024 17:57:24 +0200 Subject: [PATCH] Fix: Remove support for python 3.8 and Ubuntu 20.04 (#155) --- .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 55e39e75..4e32a239 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-13, macos-14, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] + os: [macos-12, macos-13, macos-14, ubuntu-22.04, ubuntu-24.04] runs-on: ${{ matrix.os }} steps: