python312Packages.line-profiler: drop support for python 3.7

This commit is contained in:
Weijia Wang
2025-01-01 03:04:19 +01:00
committed by GitHub
parent 6eceecf590
commit 01a5cf08e5
@@ -17,7 +17,7 @@ buildPythonPackage rec {
version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.6" || isPyPy;
disabled = pythonOlder "3.8" || isPyPy;
src = fetchPypi {
pname = "line_profiler";