Skip to content

Commit

Permalink
Disable PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Oct 14, 2023
1 parent e84e5fc commit 97991b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: ubuntu-latest
python-version: 'pypy3.9'
# include:
# - os: ubuntu-latest
# python-version: 'pypy3.9'

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
# numpy only has pp39 currently
CIBW_SKIP: cp36-* cp37-* pp37-* pp38-*
CIBW_SKIP: cp36-* cp37-* pp*

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 97991b2

Please sign in to comment.