Skip to content

Commit 65b74bb

Browse files
authored
Add support for python 3.14 (#4995)
We were waiting for `eth-utils` to publish a new release with python 3.14 support, but it appears they already have and it was just _hidden_ as a prerelease! * https://pypi.org/project/eth-utils/6.0.0b1/
1 parent 0d4004f commit 65b74bb

File tree

2 files changed

+313
-67
lines changed

2 files changed

+313
-67
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ dynamic = ["version"]
77
authors = [{ name = "ethereum" }]
88
description = "Ethereum consensus layer specifications package"
99
readme = { file = "README.md", content-type = "text/markdown" }
10-
requires-python = ">=3.11, <3.14"
10+
requires-python = ">=3.11, <3.15"
1111
urls = { homepage = "https://github.com/ethereum/consensus-specs" }
1212
dependencies = [
1313
"eth-remerkleable==0.1.29",
14-
"eth-utils==5.3.1",
14+
"eth-utils==6.0.0b1",
1515
"frozendict==2.4.7",
1616
"lru-dict==1.4.1",
1717
"marko==2.2.2",

0 commit comments

Comments
 (0)