Skip to content

Commit 65a3dcb

Browse files
authored
Test PyPy 3.10 on both Windows and MacOS (#3074)
1 parent 4ae737a commit 65a3dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
21+
python: ['pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
2222
arch: ['x86', 'x64']
2323
lsp: ['']
2424
lsp_extract_file: ['']
@@ -143,7 +143,7 @@ jobs:
143143
strategy:
144144
fail-fast: false
145145
matrix:
146-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
146+
python: ['pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
147147
continue-on-error: >-
148148
${{
149149
(

0 commit comments

Comments
 (0)