Skip to content

Commit

Permalink
Use pypy39
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Oct 14, 2023
1 parent 53b6f94 commit ab016dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: ubuntu-latest
python-version: 'pypy3.10'
python-version: 'pypy3.9'

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

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

0 comments on commit ab016dd

Please sign in to comment.