Fix input thread issue on python 3.13

This commit is contained in:
AuroraWright
2025-04-07 03:24:48 +02:00
parent 9275191b70
commit 9f4461d95f
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "owocr"
version = "1.13.7"
version = "1.13.8"
description = "Japanese OCR"
readme = "README.md"
requires-python = ">=3.11"