Skip to content

Commit

Permalink
⬆️ Bump the minimum-supported Textual
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Aug 13, 2023
1 parent 3adb266 commit 5c0bd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def long_desc():
packages = find_packages(),
package_data = { "unbored": [ "py.typed", "unbored.css" ] },
include_package_data = True,
install_requires = [ "textual==0.20.1", "bored-api", "xdg" ],
install_requires = [ "textual==0.32.0", "bored-api", "xdg" ],
python_requires = ">=3.10",
keywords = "todo fun inspiration api-client terminal textual",
entry_points = {
Expand Down

0 comments on commit 5c0bd01

Please sign in to comment.