We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2d14d6 + a266a90 commit f7b4651Copy full SHA for f7b4651
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.black]
2
line-length = 100
3
-target-version = ["py36"]
+target-version = ["py39"]
4
5
[tool.portray]
6
modules = ["veryfi"]
setup.cfg
@@ -9,8 +9,10 @@ license = MIT
9
classifiers =
10
Development Status :: 5 - Production/Stable
11
Programming Language :: Python :: 3.9
12
+ Programming Language :: Python :: 3.10
13
+ Programming Language :: Python :: 3.11
14
+ Programming Language :: Python :: 3.12
15
Programming Language :: Python :: Implementation :: CPython
-
16
keywords = veryfi, veryfi.com, ocr api
17
18
0 commit comments