Skip to content
Snippets Groups Projects
Commit 041356e5 authored by Martin Larralde's avatar Martin Larralde
Browse files

Drop packaging for PyPy to reduce project size on PyPI

parent 915ac0c5
No related branches found
Tags v0.10.14
No related merge requests found
Pipeline #61935 passed
......@@ -20,10 +20,10 @@ jobs:
- cp310-manylinux_aarch64
- cp311-manylinux_aarch64
- cp312-manylinux_aarch64
- pp37-manylinux_aarch64
- pp38-manylinux_aarch64
- pp39-manylinux_aarch64
- pp310-manylinux_aarch64
# - pp37-manylinux_aarch64
# - pp38-manylinux_aarch64
# - pp39-manylinux_aarch64
# - pp310-manylinux_aarch64
steps:
- uses: actions/checkout@v3
with:
......@@ -62,10 +62,10 @@ jobs:
- cp310-manylinux_x86_64
- cp311-manylinux_x86_64
- cp312-manylinux_x86_64
- pp37-manylinux_x86_64
- pp38-manylinux_x86_64
- pp39-manylinux_x86_64
- pp310-manylinux_x86_64
# - pp37-manylinux_x86_64
# - pp38-manylinux_x86_64
# - pp39-manylinux_x86_64
# - pp310-manylinux_x86_64
steps:
- uses: actions/checkout@v4
with:
......@@ -99,10 +99,10 @@ jobs:
- cp310-macosx_x86_64
- cp311-macosx_x86_64
- cp312-macosx_x86_64
- pp37-macosx_x86_64
- pp38-macosx_x86_64
- pp39-macosx_x86_64
- pp310-macosx_x86_64
# - pp37-macosx_x86_64
# - pp38-macosx_x86_64
# - pp39-macosx_x86_64
# - pp310-macosx_x86_64
steps:
- uses: actions/checkout@v4
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment