We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06aa4dc commit 6d33c5dCopy full SHA for 6d33c5d
setup.py
@@ -304,17 +304,12 @@ def finalize_options(self):
304
"Topic :: Scientific/Engineering :: Image Recognition",
305
"License :: OSI Approved :: MIT License",
306
"Operating System :: POSIX",
307
- "Programming Language :: Python :: 2.7",
308
"Programming Language :: Python :: 3",
309
- "Programming Language :: Python :: 3.4",
310
- "Programming Language :: Python :: 3.5",
311
- "Programming Language :: Python :: 3.6",
312
- "Programming Language :: Python :: 3.7",
313
- "Programming Language :: Python :: 3.8",
314
"Programming Language :: Python :: 3.9",
315
"Programming Language :: Python :: 3.10",
316
"Programming Language :: Python :: 3.11",
317
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
318
"Programming Language :: Python :: Implementation :: CPython",
319
"Programming Language :: Python :: Implementation :: PyPy",
320
"Programming Language :: Cython",
tesserocr/tesserocr.pyx
@@ -18,7 +18,7 @@ tesseract 3.04.00
18
['eng', 'osd', 'equ'])
19
"""
20
21
-__version__ = '2.7.1'
+__version__ = '2.8.0'
22
23
import os
24
from io import BytesIO
0 commit comments