Skip to content

Commit 36c94fb

Browse files
committed
build: add pypy 3.8 & 3.9 to github actions
1 parent 1b9c1c6 commit 36c94fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ['3.8', '3.9', '3.10', '3.11']
15+
python-version: ['3.8', 'pypy3.8', '3.9', 'pypy3.9', '3.10', '3.11']
1616

1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)