We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7c1a5 commit 12b6639Copy full SHA for 12b6639
2 files changed
setup.py
@@ -33,7 +33,7 @@
33
sys.exit(1)
34
35
CURRENT_WINDOWS_7Z_SHA256 = (
36
- '3d1c98416f454026034b2b5d67f8a294053898cb70a8b489874e75b136c6674d'
+ '9c242696342dbde9cdc47239391f71833939bf9f7aa2bbb28cdaabe890465ec5'
37
)
38
39
cmdclass = versioneer.get_cmdclass()
setup.sh
@@ -2,7 +2,7 @@
2
set -eu
3
cd "$(dirname "$(realpath "$0")")"
4
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
+ 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
6
:
7
else
8
echo "runTestLibusb.sh failed with ${python_v} ($("$python_v" --version))"
0 commit comments