Skip to content

Commit c3ebfb5

Browse files
committed
Add pypy 3.8, 3.9 and 3.10 as test targets in CI.
1 parent 954778a commit c3ebfb5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [macos-latest, ubuntu-latest, windows-latest]
17-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
17+
python-version: [
18+
"3.6", "3.7", "3.8", "3.9", "3.10", "3.11",
19+
"pypy3.8", "pypy3.9", "pypy3.10"
20+
]
1821
exclude:
1922
- os: ubuntu-latest # Ubuntu-latest can only install 3.7+.
2023
python-version: 3.6
@@ -24,7 +27,7 @@ jobs:
2427
- uses: actions/checkout@v3
2528

2629
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
2831
with:
2932
python-version: ${{ matrix.python-version }}
3033

0 commit comments

Comments
 (0)