python310Packages.cloup: update disabled

This commit is contained in:
Fabian Affolter 2023-08-24 23:34:06 +02:00 committed by GitHub
parent 1e405fff97
commit fca9256161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ buildPythonPackage rec {
version = "3.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;