From 41a86058af6a00c77d4a9d594560a4f6e6302e74 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 4 Sep 2023 19:20:06 -0400 Subject: [PATCH] Drop 3.6 in MacOS wheel build --- .github/workflows/build-wheels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 7e4c8a3..4ce1aba 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -33,7 +33,6 @@ jobs: strategy: matrix: python-version: - - '3.6' - '3.7' - '3.8' - '3.9'