Skip to content

Commit 7238302

Browse files
committed
Restore pypy tests now that 3.10 is the standard. Bypasses issue in #463.
1 parent 02bbfb0 commit 7238302

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
platform: ubuntu-latest
3737
- python: "3.10"
3838
platform: ubuntu-latest
39-
# disabled for #463
40-
# - python: pypy3.10
41-
# platform: ubuntu-latest
39+
- python: pypy3.10
40+
platform: ubuntu-latest
4241
runs-on: ${{ matrix.platform }}
4342
continue-on-error: ${{ matrix.python == '3.13' }}
4443
steps:

0 commit comments

Comments
 (0)