Skip to content

Commit 12b6639

Browse files
committed
setup.{sh,py}: Test with and bundle libusb 1.0.26 dlls
1 parent 1f7c1a5 commit 12b6639

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
sys.exit(1)
3434

3535
CURRENT_WINDOWS_7Z_SHA256 = (
36-
'3d1c98416f454026034b2b5d67f8a294053898cb70a8b489874e75b136c6674d'
36+
'9c242696342dbde9cdc47239391f71833939bf9f7aa2bbb28cdaabe890465ec5'
3737
)
3838

3939
cmdclass = versioneer.get_cmdclass()

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33
cd "$(dirname "$(realpath "$0")")"
44
for python_v in python3 pypy3; do
5-
if ./runTestLibusb.sh "$python_v" https://github.com/libusb/libusb.git libusb.git master v1.0.19 v1.0.22 v1.0.24 v1.0.25; then
5+
if ./runTestLibusb.sh "$python_v" https://github.com/libusb/libusb.git libusb.git master v1.0.19 v1.0.22 v1.0.24 v1.0.25 v1.0.26; then
66
:
77
else
88
echo "runTestLibusb.sh failed with ${python_v} ($("$python_v" --version))"

0 commit comments

Comments
 (0)