Skip to content

Commit 491ab9d

Browse files
cclaussmeeseeksmachine
authored andcommitted
Backport PR ipython#1444: ci: Test on PyPy 3.11 instead of 3.10
1 parent 675abf4 commit 491ab9d

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
@@ -28,7 +28,7 @@ jobs:
2828
- "3.11"
2929
- "3.12"
3030
- "3.13"
31-
- "pypy-3.10"
31+
- "pypy-3.11"
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
5252
timeout-minutes: 15
5353
if: ${{ startsWith( matrix.python-version, 'pypy' ) }}
5454
run: |
55-
hatch run test:nowarn
55+
hatch run test:nowarn --ignore=tests/test_debugger.py
5656
5757
- name: Run the tests on Windows
5858
timeout-minutes: 15

0 commit comments

Comments
 (0)