Skip to content

Commit 96fbb26

Browse files
urwid: unlock v3 (#7030)
* Urwid v3 has landed. * Luckily, we don't appear to be on the bad side of any of the breaking changes. * So keep v2 support for now, but add v3 support going forward.
1 parent ad1ab99 commit 96fbb26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- psutil >=5.6.0
1717
- python
1818
- pyzmq >=22
19-
- urwid >=2.2,<3,!=2.6.2,!=2.6.3
19+
- urwid >=2.2,<4,!=2.6.2,!=2.6.3
2020

2121
# optional dependencies
2222
#- pandas >=1.0,<2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install_requires =
7171
psutil>=5.6.0
7272
pyzmq>=22
7373
# NOTE: exclude two urwid versions that were not compatible with Tui
74-
urwid>=2.2,!=2.6.2,!=2.6.3,<3
74+
urwid>=2.2,!=2.6.2,!=2.6.3,<4
7575

7676
[options.packages.find]
7777
include = cylc*

0 commit comments

Comments
 (0)