Skip to content

Commit 6d33c5d

Browse files
committed
version bump + updated supported py versions list
1 parent 06aa4dc commit 6d33c5d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,17 +304,12 @@ def finalize_options(self):
304304
"Topic :: Scientific/Engineering :: Image Recognition",
305305
"License :: OSI Approved :: MIT License",
306306
"Operating System :: POSIX",
307-
"Programming Language :: Python :: 2.7",
308307
"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",
314308
"Programming Language :: Python :: 3.9",
315309
"Programming Language :: Python :: 3.10",
316310
"Programming Language :: Python :: 3.11",
317311
"Programming Language :: Python :: 3.12",
312+
"Programming Language :: Python :: 3.13",
318313
"Programming Language :: Python :: Implementation :: CPython",
319314
"Programming Language :: Python :: Implementation :: PyPy",
320315
"Programming Language :: Cython",

tesserocr/tesserocr.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tesseract 3.04.00
1818
['eng', 'osd', 'equ'])
1919
"""
2020

21-
__version__ = '2.7.1'
21+
__version__ = '2.8.0'
2222

2323
import os
2424
from io import BytesIO

0 commit comments

Comments
 (0)