Skip to content

Commit 3df258a

Browse files
authored
bump minimum setuptools & pip for py3.10 (#1548)
1 parent 7382be1 commit 3df258a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ run_tests() {
2424
"${test_prefix}"bin/py.test "--ignore=${mod_loc}/schemas/" \
2525
--pyargs -x ${module} -n auto --dist=loadfile
2626
}
27-
pipver=20.3b1 # minimum required version of pip for Python 3.9
28-
setuptoolsver=41.1.0 # required for Python 3.9
27+
pipver=20.3 # minimum required version of pip for Python 3.10
28+
setuptoolsver=50.0.0 # required for Python 3.10
2929
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
3030

3131
rm -Rf testenv? || /bin/true

0 commit comments

Comments
 (0)