python311Packages.dparse: update disabled

This commit is contained in:
Fabian Affolter 2023-07-01 10:32:55 +02:00 committed by GitHub
parent 662e208e69
commit 2e3fe5a346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "0.6.3";
format = "setuptools";
disabled = pythonOlder "3.5";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;