Skip to content

Commit

Permalink
revert to 3.8 ftm
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Mar 27, 2024
1 parent d6cb25f commit 735c40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 735c40e

Please sign in to comment.