Skip to content

Commit 45986f3

Browse files
test
1 parent f75247e commit 45986f3

File tree

10 files changed

+10
-16
lines changed

10 files changed

+10
-16
lines changed

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Dynamsoft Barcode Reader SDK for Python
33
|version| |python| |pypi|
44

55
.. |version| image:: https://img.shields.io/pypi/v/dynamsoft_barcode_reader_bundle?color=orange
6-
.. |python| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue
6+
.. |python| image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue
77
.. |pypi| image:: https://img.shields.io/pypi/dm/dynamsoft_barcode_reader_bundle
88

99

@@ -47,7 +47,7 @@ Supported Platforms
4747

4848
- Linux(x64, ARM64)
4949

50-
- macOS (10.15+)
50+
- macOS (12+)
5151

5252
Supported Python Versions
5353
-------------------------
@@ -59,10 +59,6 @@ Supported Python Versions
5959

6060
- Python3.10
6161

62-
- Python3.9
63-
64-
- Python3.8
65-
6662
Installation
6763
------------
6864

dynamsoft_barcode_reader_bundle/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.40.6248"
1+
__version__ = "4.0.40.6322"
22

33
import sys
44

dynamsoft_barcode_reader_bundle/cvr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.2.50.6248"
1+
__version__ = "3.2.50.6322"
22

33
if __package__ or "." in __name__:
44
from .core import *

dynamsoft_barcode_reader_bundle/dbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "11.2.50.6248"
1+
__version__ = "11.2.50.6322"
22

33
if __package__ or "." in __name__:
44
from .core import *

dynamsoft_barcode_reader_bundle/dip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.30.6248"
1+
__version__ = "3.0.30.6322"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftImageProcessing

dynamsoft_barcode_reader_bundle/dnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.30.6248"
1+
__version__ = "2.0.30.6322"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftNeuralNetwork

dynamsoft_barcode_reader_bundle/license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.30.6248"
1+
__version__ = "4.0.30.6322"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftLicense

dynamsoft_barcode_reader_bundle/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.40.6248"
1+
__version__ = "2.0.40.6322"
22

33
if __package__ or "." in __name__:
44
from .cvr import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = { file = "README.rst", content-type = "text/x-rst" }
1414
manylinux-x86_64-image = "manylinux2014"
1515
manylinux-aarch64-image = "manylinux_2_28"
1616

17-
skip = ["pp*", "*-win32", "*-manylinux_i686", "*cp36*", "*cp37*", "*-musllinux_*", "cp38-macosx_x86_64", "cp39-macosx_x86_64", "cp310-macosx_x86_64", "cp311-macosx_x86_64", "cp312-macosx_x86_64","cp313-macosx_x86_64"]
17+
skip = ["pp*", "*-win32", "*-manylinux_i686", "*cp36*", "*cp37*", "*-musllinux_*", "cp310-macosx_x86_64", "cp311-macosx_x86_64", "cp312-macosx_x86_64","cp313-macosx_x86_64"]
1818

1919
[tool.cibuildwheel.windows]
2020
archs = ["AMD64"]

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ def run(self):
153153
"Programming Language :: Python",
154154
"Programming Language :: Python :: 3",
155155
"Programming Language :: Python :: 3 :: Only",
156-
"Programming Language :: Python :: 3.8",
157-
"Programming Language :: Python :: 3.9",
158156
"Programming Language :: Python :: 3.10",
159157
"Programming Language :: Python :: 3.11",
160158
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)