Skip to content

Commit 281e81a

Browse files
committed
bump minimum pip version for manylinux_x_y py10 wheel support
1 parent fced0ac commit 281e81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ run_tests() {
2525
"${test_prefix}"bin/py.test "--ignore=${mod_loc}/schemas/" \
2626
--pyargs -x ${module} -n auto --dist=loadfile
2727
}
28-
pipver=20.3 # minimum required version of pip for Python 3.10
28+
pipver=20.3.3 # minimum required version of pip for Python 3.10
2929
setuptoolsver=50.0.0 # required for Python 3.10
3030
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
3131

0 commit comments

Comments
 (0)