Skip to content

Commit 034b404

Browse files
committed
pyproject: reflect the new minimum supported Python version
1 parent 5e71df4 commit 034b404

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
@@ -8,7 +8,7 @@ version = "4.0.0"
88
dependencies = [
99
"coincurve>=15.0,<21",
1010
]
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.9"
1212
authors = [
1313
{name = "Antoine Poinsot", email = "darosior@protonmail.com"},
1414
]

0 commit comments

Comments
 (0)