python313Packages.pytelegrambotapi: update disabled

This commit is contained in:
Fabian Affolter 2025-05-04 08:50:06 +02:00 committed by GitHub
parent 81a80f043e
commit c9f3cdfd9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
version = "4.27.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "eternnoir";