We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd979a commit 206b2d1Copy full SHA for 206b2d1
.github/build-wheels.sh
@@ -13,7 +13,7 @@ function repair_wheel {
13
cd ./io
14
15
# Compile wheels
16
-for PYBIN in /opt/python/cp3[6-10]*/bin; do
+for PYBIN in /opt/python/cp3*/bin; do
17
"${PYBIN}/pip" install .
18
"${PYBIN}/pip" install pytest
19
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
0 commit comments