python312Packages.hcloud: drop support for python <=3.8

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Weijia Wang
2025-03-30 13:40:25 +02:00
committed by GitHub
co-authored by Nick Cao
parent ea08288e98
commit b2f5952446
@@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;