Skip to content

Commit fd9c12c

Browse files
test
1 parent ecb6e8e commit fd9c12c

File tree

75 files changed

+6550
-2984
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+6550
-2984
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-20.04, windows-2019, macos-12]
13+
os: [ubuntu-20.04, windows-2019]
1414
# os: [ubuntu-20.04]
1515

1616
steps:
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-qemu-action@v2
2626
- name: Build wheels
2727

28-
uses: pypa/cibuildwheel@v2.16.5
28+
uses: pypa/cibuildwheel@v2.22.0
2929

3030

3131

README.rst

Lines changed: 4 additions & 2 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-blue
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
77
.. |pypi| image:: https://img.shields.io/pypi/dm/dynamsoft_barcode_reader_bundle
88

99

@@ -38,7 +38,7 @@ which is newly established to aggregate the features of functional products powe
3838
Version
3939
-------
4040

41-
- 10.4.2000
41+
- 11.0.1000
4242

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

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

5658
- Python3.11

dynamsoft_barcode_reader_bundle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .license import *
66
from .utility import *
77

8-
__version__ = "10.4.2000"
8+
__version__ = "11.0.1000"

0 commit comments

Comments
 (0)