Skip to content

Commit 8dd32c4

Browse files
committed
wip
1 parent 9ae3d02 commit 8dd32c4

File tree

2 files changed

+49
-32
lines changed

2 files changed

+49
-32
lines changed

.github/workflows/pydevd-tests-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
pip install untangle --no-warn-script-location
116116
pip install importlib-metadata --no-warn-script-location
117117
- name: Install Python 3.x deps
118-
if: contains(matrix.name, 'py3') && !contains(matrix.name, 'pypy') && !contains(matrix.name, 'py312') && !contains(matrix.name, 'py311') && !contains(matrix.name, 'py313')
118+
if: contains(matrix.name, 'py3') && !contains(matrix.name, 'pypy') && !contains(matrix.name, 'py312') && !contains(matrix.name, 'py311') && !contains(matrix.name, 'py313') && !contains(matrix.name, 'py314')
119119
run: |
120120
pip install PySide2 --no-warn-script-location
121121
pip install "numpy<2" --force --no-warn-script-location

_pydevd_frame_eval/pydevd_frame_evaluator.c

Lines changed: 48 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)