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

Compile wheels for PyPy 3.10 in `package.yml`

parent 564b679b
No related merge requests found
......@@ -23,6 +23,7 @@ jobs:
- pp37-manylinux_aarch64
- pp38-manylinux_aarch64
- pp39-manylinux_aarch64
- pp310-manylinux_aarch64
steps:
- uses: actions/checkout@v3
with:
......@@ -64,6 +65,7 @@ jobs:
- pp37-manylinux_x86_64
- pp38-manylinux_x86_64
- pp39-manylinux_x86_64
- pp310-manylinux_x86_64
steps:
- uses: actions/checkout@v4
with:
......@@ -100,6 +102,7 @@ jobs:
- 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