Skip to content

Commit b7f050c

Browse files
committed
Update py-datastruct to v2.0.0 on Python 3.8+
1 parent c79b535 commit b7f050c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ license = "MIT"
99
python = "^3.7"
1010
pyserial = "^3.5"
1111
pycryptodome = {version = "^3.16.0", optional = true}
12-
py-datastruct = "^1.0.0"
12+
py-datastruct = [
13+
{ version = "^1.0.0", python = "<=3.7" },
14+
{ version = "^2.0.0", python = ">=3.8" }
15+
]
1316

1417
[tool.poetry.extras]
1518
cli = ["pycryptodome"]

0 commit comments

Comments
 (0)