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
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python
|
, python
|
||||||
|
, pythonOlder
|
||||||
, setuptools
|
, setuptools
|
||||||
|
|
||||||
# passthru tests
|
# passthru tests
|
||||||
|
@ -14,6 +15,8 @@ buildPythonPackage rec {
|
||||||
version = "0.3.7";
|
version = "0.3.7";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uqfoundation";
|
owner = "uqfoundation";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
|
Loading…
Reference in a new issue