python3Packages.sv-ttk: drop support for python 3.7-3.8

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Weijia Wang
2025-06-28 22:07:24 +02:00
committed by GitHub
co-authored by Nick Cao
parent f1f38df8fd
commit 172acfc47b
@@ -11,7 +11,7 @@ buildPythonPackage rec {
version = "2.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit version;