Skip to content

Commit e87bccb

Browse files
committed
Re-add lost PyPy tests
When Travis was removed with commit 8598395, PyPy tests got lost and weren't added with commit 65741d8 later.
1 parent 8e90749 commit e87bccb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-package.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-20.04, ubuntu-24.04]
15-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev']
15+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev', 'pypy3.9', 'pypy3.10']
1616
exclude:
1717
- os: ubuntu-24.04
1818
python-version: 3.6
@@ -30,6 +30,10 @@ jobs:
3030
python-version: 3.13
3131
- os: ubuntu-20.04
3232
python-version: 3.14-dev
33+
- os: ubuntu-20.04
34+
python-version: pypy3.9
35+
- os: ubuntu-20.04
36+
python-version: pypy3.10
3337
steps:
3438
- uses: actions/checkout@v4
3539
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)