python311Packages.pvlib: disable on unsupported Python releases
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
, pytest-remotedata
|
||||
, pytest-rerunfailures
|
||||
, pytest-timeout
|
||||
, pythonOlder
|
||||
, pytz
|
||||
, requests
|
||||
, requests-mock
|
||||
@@ -21,6 +22,8 @@ buildPythonPackage rec {
|
||||
version = "0.10.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi{
|
||||
inherit pname version;
|
||||
hash = "sha256-H3wiNCmnZ6+GjXMhDbeOL98Yy7V6s2oOFAKWJCb8XCk=";
|
||||
|
||||
Reference in New Issue
Block a user