Skip to content

Commit 3b2e4c0

Browse files
authored
ci: Test on PyPy 3.11 instead of 3.10 (#1444)
1 parent 60f74b1 commit 3b2e4c0

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
@@ -27,7 +27,7 @@ jobs:
2727
- "3.11"
2828
- "3.12"
2929
- "3.13"
30-
- "pypy-3.10"
30+
- "pypy-3.11"
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v5
@@ -51,7 +51,7 @@ jobs:
5151
timeout-minutes: 15
5252
if: ${{ startsWith( matrix.python-version, 'pypy' ) }}
5353
run: |
54-
hatch run test:nowarn
54+
hatch run test:nowarn --ignore=tests/test_debugger.py
5555
5656
- name: Run the tests on Windows
5757
timeout-minutes: 15

0 commit comments

Comments
 (0)