Skip to content

Commit 2085aeb

Browse files
authored
Drop python-requires upper bound (#1107)
1 parent a86f3b6 commit 2085aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
{ name = "Tom Begley", email = "[email protected]" },
1414
]
1515
maintainers = [{ name = "Tom Begley", email = "[email protected]" }]
16-
requires-python = ">=3.9, <4"
16+
requires-python = ">=3.9"
1717
dependencies = [
1818
"dash>=3.0.0",
1919
]

0 commit comments

Comments
 (0)