@@ -234,6 +234,8 @@ jobs:
234
234
PYTHON :
235
235
- {VERSION: "3.7", NOXSESSION: "tests"}
236
236
- {VERSION: "3.13", NOXSESSION: "tests"}
237
+ - {VERSION: "pypy-3.10", NOXSESSION: "tests-nocoverage"}
238
+ - {VERSION: "pypy-3.11", NOXSESSION: "tests-nocoverage"}
237
239
exclude :
238
240
# We only test latest Python on arm64. py37 won't work since there's no universal2 binary
239
241
- PYTHON : {VERSION: "3.7", NOXSESSION: "tests"}
@@ -303,6 +305,14 @@ jobs:
303
305
PYTHON :
304
306
- {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
305
307
- {VERSION: "3.13", NOXSESSION: "tests"}
308
+ - {VERSION: "pypy-3.10", NOXSESSION: "tests-nocoverage"}
309
+ - {VERSION: "pypy-3.11", NOXSESSION: "tests-nocoverage"}
310
+ exclude :
311
+ # We need to exclude the below configuration because there is no 32-bit pypy3
312
+ - WINDOWS : {ARCH: 'x86', WINDOWS: 'win32'}
313
+ PYTHON : {VERSION: "pypy-3.10", NOXSESSION: "tests-nocoverage"}
314
+ - WINDOWS : {ARCH: 'x86', WINDOWS: 'win32'}
315
+ PYTHON : {VERSION: "pypy-3.11", NOXSESSION: "tests-nocoverage"}
306
316
timeout-minutes : 15
307
317
steps :
308
318
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments