python310Packages.pyomo: update disabled

This commit is contained in:
Fabian Affolter 2023-12-05 16:37:32 +01:00 committed by GitHub
parent 4608a2e805
commit 9c67d60424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ buildPythonPackage rec {
version = "6.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
repo = "pyomo";