Skip to content

Commit df7bf32

Browse files
committed
Bump min urwid for Generic usage
Closes gh-707
1 parent 8e4a901 commit df7bf32

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ dependencies = [
3636
"pygments>=2.7.4",
3737
"urwid>=2.4",
3838

39-
# https://github.com/urwid/urwid/issues/1017
40-
"urwid; python_version >= '3.9'",
41-
"urwid!=3.0.0; python_version < '3.9'",
39+
# https://github.com/inducer/pudb/issues/707#issuecomment-3468269346
40+
"urwid>=2.5.1",
4241

4342
"urwid_readline",
4443

0 commit comments

Comments
 (0)