python3Packages.py-evm: enable Python 3.14 build

This commit is contained in:
Pavol Rusnak
2026-07-29 11:52:51 +02:00
parent 08bd388e4a
commit 8977d95551
@@ -3,7 +3,6 @@
fetchFromGitHub,
# python module stuff
buildPythonPackage,
pythonAtLeast,
setuptools,
# dependencies
cached-property,
@@ -30,9 +29,6 @@ buildPythonPackage (finalAttrs: {
version = "0.12.1-beta.1";
pyproject = true;
# py-evm project has been archived by upstream; its support should be deprecated from "3.14".
disabled = pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "ethereum";
repo = "py-evm";