python311Packages.telegram-text: drop support for python 3.7

This commit is contained in:
Nikolay Korotkiy
2024-01-19 11:14:44 +04:00
parent b4cfeeb20d
commit f3e17f3b0c
@@ -11,7 +11,7 @@ buildPythonPackage rec {
pname = "telegram-text";
version = "0.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "SKY-ALIN";