python311Packages.dill: disable on unsupported Python releases
This commit is contained in:
parent
2707ba5a63
commit
6ecc372d59
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue