Skip to content

Commit 92a5619

Browse files
leolarajtraglia
andauthored
Updated minimum python version to 3.10 (#4345)
Co-authored-by: Justin Traglia <[email protected]>
1 parent a5c256f commit 92a5619

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
@@ -12,7 +12,7 @@ dynamic = ["version"]
1212
authors = [{ name = "ethereum" }]
1313
description = "Ethereum consensus layer specifications package"
1414
readme = { file = "README.md", content-type = "text/markdown" }
15-
requires-python = ">=3.9,<4.0"
15+
requires-python = ">=3.10,<4.0"
1616
dependencies = [
1717
"curdleproofs==0.1.2",
1818
"eth-typing==5.2.1",

0 commit comments

Comments
 (0)