Skip to content

Commit

Permalink
ci: Remove pypy-3.8 until a numpy wheel is released for it
Browse files Browse the repository at this point in the history
  • Loading branch information
kmsquire committed Apr 26, 2022
1 parent 4a708fd commit 61b6130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
# Remove pypy-3.8 until it supports numpy
python-version: ["3.7", "3.8", "3.9", "3.10"] # "pypy-3.8"
os: [ubuntu-20.04, macos-10.15, windows-2019]
steps:
- name: Checkout
Expand Down

0 comments on commit 61b6130

Please sign in to comment.