python312Packages.weasyprint: drop support for python 3.7

This commit is contained in:
Weijia Wang 2024-03-07 17:41:02 +01:00 committed by GitHub
parent 9935a2f851
commit 0c3df80be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
version = "61.1";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version;