Skip to content

Commit 719456b

Browse files
committed
Run tests on MacOS, Windows and PyPy
1 parent d33147b commit 719456b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
35+
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', pypy-2.7, pypy-3.7, pypy-3.8]
36+
os: [ubuntu-18.04]
37+
include:
38+
- os: macos-latest
39+
python-version: '3.10'
40+
- os: windows-latest
41+
python-version: '3.10'
3642

3743
steps:
3844
- name: Checkout code

0 commit comments

Comments
 (0)