python311Packages.typish: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-02-21 12:15:53 +01:00
parent 1d49c42c94
commit 76121747a6

View File

@ -3,11 +3,15 @@
, fetchFromGitHub
, numpy
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "typish";
version = "1.9.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ramonhagenaars";