python313Packages.future: disable

No compatibility has been established as of 2024-11.
This commit is contained in:
Martin Weinelt 2024-11-14 13:37:22 +01:00
parent 256fa808b5
commit bb6c421786
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pythonAtLeast,
# build-system
setuptools,
@ -12,6 +13,9 @@ buildPythonPackage rec {
version = "1.0.0";
pyproject = true;
# https://github.com/PythonCharmers/python-future/issues/640
disabled = pythonAtLeast "3.13";
src = fetchPypi {
inherit pname version;
hash = "sha256-vSloMJMHhh7a4UWKT4pPNZjAO+Q7l1IQdq6/XZTAewU=";