Skip to content

Commit d4edf47

Browse files
test
1 parent 75202fe commit d4edf47

File tree

10 files changed

+12
-9
lines changed

10 files changed

+12
-9
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
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.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%20%7C%203.14-blue
77
.. |pypi| image:: https://img.shields.io/pypi/dm/dynamsoft_barcode_reader_bundle
88

99

@@ -51,6 +51,8 @@ Supported Platforms
5151

5252
Supported Python Versions
5353
-------------------------
54+
- Python3.14
55+
5456
- Python3.13
5557

5658
- Python3.12

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.6625"
1+
__version__ = "4.0.40.6672"
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.4.10.6625"
1+
__version__ = "3.4.10.6672"
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.4.10.6625"
1+
__version__ = "11.4.10.6672"
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.6625"
1+
__version__ = "3.0.30.6672"
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.6625"
1+
__version__ = "2.0.30.6672"
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.6625"
1+
__version__ = "4.0.30.6672"
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.6625"
1+
__version__ = "2.0.40.6672"
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_*", "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","cp314-macosx_x86_64"]
1818

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def run(self):
157157
"Programming Language :: Python :: 3.11",
158158
"Programming Language :: Python :: 3.12",
159159
"Programming Language :: Python :: 3.13",
160+
"Programming Language :: Python :: 3.14",
160161
"Programming Language :: C++",
161162
"Programming Language :: Python :: Implementation :: CPython",
162163
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)