Skip to content

Commit

Permalink
Build wheels for PyPy 3.7 and 3.8 (#72)
Browse files Browse the repository at this point in the history
* Build wheels for PyPy 3.7 and 3.8
* Update outdated Cargo.lock
  • Loading branch information
messense authored Nov 7, 2021
1 parent 026e38a commit 425c18a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ pypy-3.6, pypy-3.7, pypy-3.8 ]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v2
Expand All @@ -221,7 +222,7 @@ jobs:
run: cargo test --no-default-features --release
- uses: actions/setup-python@v2
with:
python-version: pypy-3.6
python-version: ${{ matrix.python-version }}
- name: Install maturin
run: pip install maturin
- name: Build Wheels
Expand Down
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 425c18a

Please sign in to comment.