Skip to content

Commit 35362a4

Browse files
committed
build: test on pypy 3.10
1 parent 04f95ad commit 35362a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,25 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ['3.9', 'pypy3.9', '3.10', '3.11', '3.12', '3.13']
15+
python-version: ['3.9', 'pypy3.9', '3.10', 'pypy3.10', '3.11', '3.12', '3.13']
1616
exclude:
1717
- os: macos-latest
1818
python-version: '3.9'
1919
- os: macos-latest
2020
python-version: 'pypy3.9'
2121
- os: macos-latest
2222
python-version: '3.10'
23+
- os: macos-latest
24+
python-version: 'pypy3.10'
2325
include:
2426
- os: macos-13
2527
python-version: '3.9'
2628
- os: macos-13
2729
python-version: 'pypy3.9'
2830
- os: macos-13
2931
python-version: '3.10'
32+
- os: macos-13
33+
python-version: 'pypy3.10'
3034
steps:
3135
- uses: actions/checkout@v4
3236
with:

0 commit comments

Comments
 (0)