python3Packages.teslajsonpy: update disable

This commit is contained in:
Fabian Affolter
2022-04-27 08:36:27 +02:00
committed by GitHub
parent 86055bfb53
commit 3a8946a7ef
@@ -18,7 +18,7 @@ buildPythonPackage rec {
version = "2.1.0";
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "zabuldon";