python311Packages.nbdev: update disabled

This commit is contained in:
Fabian Affolter 2023-10-19 12:03:34 +02:00 committed by GitHub
parent 73e6aff269
commit a35ea2eea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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