From 33078d1f67cb3dc5e7eaca69fa15e7d8e33cb155 Mon Sep 17 00:00:00 2001 From: Valeriy Mukhtarulin Date: Mon, 26 Aug 2024 10:04:43 -0400 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af97e25..0778a0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 100 -target-version = ["py36"] +target-version = ["py39"] [tool.portray] modules = ["veryfi"] From 7c33e4b134cef127df90c0cb0275ac8464aa9e57 Mon Sep 17 00:00:00 2001 From: Valeriy Mukhtarulin Date: Mon, 26 Aug 2024 10:15:03 -0400 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0eba05a..e76a14e 100755 --- a/setup.cfg +++ b/setup.cfg @@ -9,8 +9,10 @@ license = MIT classifiers = Development Status :: 5 - Production/Stable Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: Implementation :: CPython - keywords = veryfi, veryfi.com, ocr api