Skip to content

Commit

Permalink
chore(create-wheels): stop building wheels for 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kgriffs committed Mar 15, 2022
1 parent 395c773 commit 78db88a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/create-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- "windows-latest"
- "macos-latest"
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand All @@ -33,10 +32,6 @@ jobs:
architecture:
- x64

include:
- python-version: "3.5"
pytest-extra: --ignore=tests/asgi

fail-fast: false

steps:
Expand Down Expand Up @@ -98,7 +93,6 @@ jobs:
- "ubuntu-latest"
python-version:
# the versions are <python tag>-<abi tag> as specified in PEP 425.
- cp35-cp35m
- cp36-cp36m
- cp37-cp37m
- cp38-cp38
Expand All @@ -107,10 +101,6 @@ jobs:
architecture:
- x64

include:
- python-version: cp35-cp35m
pytest-extra: --ignore=tests/asgi

fail-fast: false

steps:
Expand Down Expand Up @@ -247,7 +237,6 @@ jobs:
- "ubuntu-latest"
python-version:
# the versions are <python tag>-<abi tag> as specified in PEP 425.
- cp35-cp35m
- cp36-cp36m
- cp37-cp37m
- cp38-cp38
Expand All @@ -257,10 +246,6 @@ jobs:
- aarch64
- s390x

include:
- python-version: cp35-cp35m
pytest-extra: --ignore=tests/asgi

fail-fast: false

steps:
Expand Down

0 comments on commit 78db88a

Please sign in to comment.