From 9f437e534d7601c92e390084ba880aafd024f1d9 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Thu, 11 May 2023 22:38:41 -0400 Subject: [PATCH] Remove 3.5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd348c5..f08264b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - name: Build Windows wheels if: runner.os == 'Windows' env: - CIBW_SKIP: "cp35-* cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" + CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" CIBW_BUILD_VERBOSITY: 1 run: | python -m cibuildwheel --output-dir wheelhouse