python312Packages.pyads: update disabled

This commit is contained in:
Fabian Affolter 2025-03-23 09:39:56 +01:00 committed by GitHub
parent 4fd54729f0
commit e4e81c46a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "3.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "stlehmann";