Skip to content

Commit 8310888

Browse files
committed
CI: Add PyPy 3.7 and 3.10 to test matrix
1 parent 7ea0215 commit 8310888

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
]
3030
python-version: ["3.7", "3.11", "3.12"]
3131

32+
# Run PyPy tests on Linux only.
33+
include:
34+
- os: 'ubuntu-22.04'
35+
python-version: 'pypy-3.7'
36+
- os: 'ubuntu-22.04'
37+
python-version: 'pypy-3.10'
38+
3239
# Doesn't work on macOS (ARM) with older versions of Python.
3340
exclude:
3441
- os: 'macos-latest'

0 commit comments

Comments
 (0)