Skip to content

Commit 61b6130

Browse files
committed
ci: Remove pypy-3.8 until a numpy wheel is released for it
1 parent 4a708fd commit 61b6130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
12+
# Remove pypy-3.8 until it supports numpy
13+
python-version: ["3.7", "3.8", "3.9", "3.10"] # "pypy-3.8"
1314
os: [ubuntu-20.04, macos-10.15, windows-2019]
1415
steps:
1516
- name: Checkout

0 commit comments

Comments
 (0)