Skip to content

Commit

Permalink
Drop wheels for Python 3.6. (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Nov 29, 2021
1 parent ab32d48 commit 04286a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -37,7 +37,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
Expand Down Expand Up @@ -74,7 +74,6 @@ jobs:
python-version:
- pp37
- pp38
- cp36
- cp37
- cp38
- cp39
Expand Down

0 comments on commit 04286a6

Please sign in to comment.