Skip to content

Commit 414b525

Browse files
committed
Test also on PyPy 3.9 and 3.10
1 parent 63e71db commit 414b525

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, windows-latest, macos-latest]
13-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8' ]
13+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
1414
exclude:
1515
- os: macos-latest
1616
python-version: 3.8
1717
- os: macos-latest
1818
python-version: 3.9
1919
- os: macos-latest
2020
python-version: pypy-3.8
21+
- os: macos-latest
22+
python-version: pypy-3.9
23+
- os: macos-latest
24+
python-version: pypy-3.10
2125
steps:
2226
- uses: actions/checkout@v3
2327
- name: Setup Python

0 commit comments

Comments
 (0)