python311Packages.dill: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-08-26 13:18:53 +02:00 committed by Martin Weinelt
parent 2707ba5a63
commit 6ecc372d59

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, python
, pythonOlder
, setuptools
# passthru tests
@ -14,6 +15,8 @@ buildPythonPackage rec {
version = "0.3.7";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "uqfoundation";
repo = pname;