From c637f81a04d78dc3484772452a228c4b3e7b66d6 Mon Sep 17 00:00:00 2001 From: bwoodsend Date: Sun, 28 Nov 2021 21:43:44 +0000 Subject: [PATCH] Drop wheels for Python 3.6. (#490) --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fdf29da0..5a217199 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: # Build only on Linux architectures that don't need qemu emulation. CIBW_ARCHS_LINUX: "x86_64 i686" # Don't build with prerelease Python versions. - CIBW_PROJECT_REQUIRES_PYTHON: ">=3.6,<3.11" + CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7,<3.11" # Run the test suite after each build. CIBW_TEST_REQUIRES: "pytest" CIBW_TEST_COMMAND: pytest {package}/tests @@ -73,7 +73,6 @@ jobs: python-version: - pp37 - pp38 - - cp36 - cp37 - cp38 - cp39