python311Packages.pvlib: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-07-07 18:20:58 +02:00
committed by GitHub
parent 082e402751
commit 804d6dbb72
@@ -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=";