python3Packages.py-evm: enable Python 3.14 build
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user