We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6927575 + 06c025c commit b285fdaCopy full SHA for b285fda
.manylinux-install.sh
@@ -9,7 +9,7 @@ for PYBIN in /opt/python/*/bin; do
9
[[ "${PYBIN}" == *"cp36"* ]] || \
10
[[ "${PYBIN}" == *"cp37"* ]] || \
11
[[ "${PYBIN}" == *"cp38"* ]] || \
12
- [[ "${PYBIN}" == *"cp39"* ]];
+ [[ "${PYBIN}" == *"cp39"* ]] || \
13
[[ "${PYBIN}" == *"cp310"* ]];
14
then
15
"${PYBIN}/pip" install tox
@@ -32,7 +32,7 @@ for PYBIN in /opt/python/*/bin; do
32
33
34
35
36
[[ "${PYBIN}" == *"cp310* ]];
37
38
"${PYBIN}/pip" uninstall -y python-crfsuite
0 commit comments