python310Packages.py-partiql-parser: disable on unsupported Python releases
This commit is contained in:
parent
1689380ce7
commit
1a8298fbda
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, sure
|
||||
}:
|
||||
|
@ -10,7 +11,9 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "py-partiql-parser";
|
||||
version = "0.3.8";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disable = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "getmoto";
|
||||
|
|
Loading…
Reference in a new issue