python312Packages.pyct: disable

Requires distutils.
This commit is contained in:
Martin Weinelt 2024-05-06 10:49:49 +02:00
parent a2d71d4aec
commit d0b4bc8ddf
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,7 +3,7 @@
, fetchPypi
, param
, pytestCheckHook
, pythonOlder
, pythonAtLeast
, pyyaml
, requests
}:
@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "0.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;