Skip to content

Commit ad7abd4

Browse files
committed
test with pypy on macos and windows
1 parent e28379c commit ad7abd4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7", "pypy-3.8", "pypy-3.9"]
1616
os: [ubuntu-22.04, macOS-latest, windows-latest]
17-
include:
18-
# pypy-3.7 on Mac OS currently fails trying to compile
19-
# brotlipy. Moving pypy3 to only test linux.
20-
- python-version: pypy-3.7
21-
os: ubuntu-latest
22-
experimental: false
23-
- python-version: pypy-3.8
24-
os: ubuntu-latest
25-
experimental: false
26-
- python-version: pypy-3.9
27-
os: ubuntu-latest
28-
experimental: false
2917

3018
steps:
3119
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)