python38Packages.matplotlib: allow building

This commit is contained in:
Kirill Radzikhovskyy
2023-05-22 20:37:34 +10:00
parent d2c9a3d7f4
commit 0c3b2e5e88
@@ -80,7 +80,7 @@ buildPythonPackage rec {
pname = "matplotlib";
format = "pyproject";
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;