File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
dynamsoft_barcode_reader_bundle Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ${{ matrix.os }}
1111 strategy :
1212 matrix :
13- os : [ubuntu-20 .04, windows-2022]
13+ os : [ubuntu-24 .04, windows-2022]
1414# os: [ubuntu-20.04]
1515
1616 steps :
2121 python-version : ' 3.x'
2222
2323 - name : Set up QEMU
24- if : matrix.os == 'ubuntu-20 .04'
24+ if : matrix.os == 'ubuntu-24 .04'
2525 uses : docker/setup-qemu-action@v2
2626 - name : Build wheels
2727
Original file line number Diff line number Diff line change 1- __version__ = "4.0.40.4271 "
1+ __version__ = "4.0.40.4275 "
22
33import sys
44
Original file line number Diff line number Diff line change 1- __version__ = "3.2.10.4271 "
1+ __version__ = "3.2.10.4275 "
22
33if __package__ or "." in __name__ :
44 from .core import *
Original file line number Diff line number Diff line change 1- __version__ = "11.2.10.4271 "
1+ __version__ = "11.2.10.4275 "
22
33if __package__ or "." in __name__ :
44 from .core import *
Original file line number Diff line number Diff line change 1- __version__ = "3.0.30.4271 "
1+ __version__ = "3.0.30.4275 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftImageProcessing
Original file line number Diff line number Diff line change 1- __version__ = "2.0.30.4271 "
1+ __version__ = "2.0.30.4275 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftNeuralNetwork
Original file line number Diff line number Diff line change 1- __version__ = "4.0.30.4271 "
1+ __version__ = "4.0.30.4275 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftLicense
Original file line number Diff line number Diff line change 1- __version__ = "2.0.40.4271 "
1+ __version__ = "2.0.40.4275 "
22
33if __package__ or "." in __name__ :
44 from .cvr import *
You can’t perform that action at this time.
0 commit comments