mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
python312Packages.weasyprint: drop support for python 3.7
This commit is contained in:
parent
9935a2f851
commit
0c3df80be7
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
version = "61.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
|
Loading…
Reference in New Issue
Block a user