python312Packages.app-model: update disabled

This commit is contained in:
Fabian Affolter 2024-11-23 15:01:27 +01:00 committed by GitHub
parent 8f01ef1424
commit 6aa7edd8c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "pyapp-kit";