--- setup.py.orig 2024-08-31 11:00:43 UTC +++ setup.py @@ -33,7 +33,7 @@ setup( license="MIT", classifiers=classifiers, python_requires=">=3.7", - install_requires=["urwid>=2.1,<3.0"], + install_requires=["urwid>=2.1"], project_urls={ "Changelog": "https://github.com/AnonymouX47/urwidgets/blob/main/CHANGELOG.md", "Documentation": "https://urwidgets.readthedocs.io/",