python310Packages.jsons: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-02-21 13:22:02 +01:00
parent 60ba095d7b
commit ee1dcddd15
@@ -1,8 +1,9 @@
{ lib
, attrs
, buildPythonPackage
, fetchFromGitHub
, attrs
, pytestCheckHook
, pythonOlder
, typish
, tzdata
}:
@@ -10,6 +11,9 @@
buildPythonPackage rec {
pname = "jsons";
version = "1.6.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ramonhagenaars";