Skip to content

Commit 0f1f5e8

Browse files
authored
Update pyproject.toml
update dependency versions
1 parent 21430cc commit 0f1f5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ readme = "README.md"
99
packages = [{include = "textual_pandas"}]
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.8,<4.0"
13-
textual = "<4.0, >=0.23.0"
12+
python = ">=3.10,<4.0"
13+
textual = "<4.0, >=1.0"
1414
pandas = "<=2.2.3"
1515

1616
[build-system]

0 commit comments

Comments
 (0)