python311Packages.telegram-text: drop support for python 3.7
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user