python312Packages.pyomo: drop support for python 3.8

This commit is contained in:
Weijia Wang
2025-03-26 10:48:37 +01:00
committed by GitHub
parent 8eb33d8c07
commit ace10784a9
@@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "6.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
repo = "pyomo";