diff --git a/python/build-wheels-manylinux-pgo.sh b/python/build-wheels-manylinux-pgo.sh index da0d12d8..7584e51b 100644 --- a/python/build-wheels-manylinux-pgo.sh +++ b/python/build-wheels-manylinux-pgo.sh @@ -35,8 +35,7 @@ export CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu # see following link for the list of cpython bin # https://github.com/pypa/manylinux?tab=readme-ov-file#image-content -# TODO: after supporting py313t, "/opt/python/cp{37,38,39,310,311,312,313}-*/bin" would suffice. -for PYBIN in /opt/python/cp*-cp{37m,38,39,310,311,312,313}/bin; do +for PYBIN in /opt/python/cp{37,38,39,310,311,312,313}-*/bin; do "${PYBIN}/pip" install -U setuptools wheel setuptools-rust find . -iname 'sudachipy*.so' rm -f build/lib/sudachipy/sudachipy*.so