Skip to content

Commit da7646c

Browse files
test
1 parent df6c299 commit da7646c

File tree

129 files changed

+11620
-5182
lines changed

Some content is hidden

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

129 files changed

+11620
-5182
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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Dynamsoft Capture Vision Bundle for Python
33
|version| |python| |pypi|
44

55
.. |version| image:: https://img.shields.io/pypi/v/dynamsoft_capture_vision_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_capture_vision_bundle
88

99

@@ -29,7 +29,7 @@ is an aggregating SDK of a series of specific functional products including:
2929
Version
3030
-------
3131

32-
- 2.4.2000
32+
- 3.0.1000
3333

3434
Supported Platforms
3535
-------------------
@@ -42,6 +42,8 @@ Supported Platforms
4242

4343
Supported Python Versions
4444
-------------------------
45+
- Python3.13
46+
4547
- Python3.12
4648

4749
- Python3.11
@@ -73,4 +75,4 @@ Documentation
7375
Contact Us
7476
----------
7577

76-
78+

dynamsoft_capture_vision_bundle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from .license import *
1111
from .utility import *
1212

13-
__version__ = "2.4.2000"
13+
__version__ = "3.0.1000"

0 commit comments

Comments
 (0)