From 735c40eae112234c1825b3f14f6b15262b4e1cf8 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 27 Mar 2024 18:23:28 +0100 Subject: [PATCH] revert to 3.8 ftm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a44fc70481..bf90aad144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ maintainers = [ {name = "Felix Dittrich"}, ] readme = "README.md" -requires-python = ">=3.9.0,<4" +requires-python = ">=3.8.0,<4" # TODO: bump to >=3.9 before release license = {file = "LICENSE"} keywords=["OCR", "deep learning", "computer vision", "tensorflow", "pytorch", "text detection", "text recognition"] classifiers=[