Skip to content

Commit d499535

Browse files
committed
Set the minimum Textual version to 0.29.0
Anyone installing textual-dev needs to be installing at least this version.
1 parent 6349eef commit d499535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.7"
31-
textual = "*"
31+
textual = ">=0.29.0"
3232
aiohttp = ">=3.8.1"
3333
click = ">=8.1.2"
3434
msgpack = ">=1.0.3"

0 commit comments

Comments
 (0)