python311Packages.wn: disable on unsupported Python releases
This commit is contained in:
parent
164d1afc5b
commit
b39187d6da
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, flit-core
|
||||
, requests
|
||||
, tomli
|
||||
|
@ -10,7 +11,9 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "wn";
|
||||
version = "0.9.5";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue