Skip to content

Commit 42408f9

Browse files
committed
Require urwid < 3.0
1 parent 982bd7e commit 42408f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
pip install -r requirements.txt
35-
pip install urwid twisted watchdog "jedi >=0.16" babel "sphinx >=1.5"
35+
pip install "urwid < 3.0" twisted watchdog "jedi >=0.16" babel "sphinx >=1.5"
3636
pip install pytest pytest-cov numpy
3737
- name: Build with Python ${{ matrix.python-version }}
3838
run: |

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_requires =
3535
[options.extras_require]
3636
clipboard = pyperclip
3737
jedi = jedi >= 0.16
38-
urwid = urwid
38+
urwid = urwid < 3.0
3939
watch = watchdog
4040

4141
[options.entry_points]

0 commit comments

Comments
 (0)