python312Packages.tika-client: drop support for python 3.8

This commit is contained in:
Weijia Wang
2025-01-02 19:09:55 +01:00
committed by GitHub
parent dee63cb9ec
commit 040ef3ec08
@@ -12,7 +12,7 @@ buildPythonPackage rec {
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "stumpylog";