python310Packages.Nikola: Disable Python older 3.7

This commit is contained in:
Jonas Heinrich 2022-08-23 17:55:59 +02:00 committed by GitHub
parent 64164a5b38
commit 36b8fc61cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@
buildPythonPackage rec {
pname = "Nikola";
version = "8.2.3";
disabled = pythonOlder "3.5";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;