Skip to content

Commit 2e095e1

Browse files
committed
release: bump minimum setuptools version slightly to match Debian 11 ('bullseye').
1 parent 040f91b commit 2e095e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ 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.3 # minimum required version of pip for Python 3.10
29-
setuptoolsver=50.0.1 # fix for "AttributeError: module 'importlib.util' has no attribute 'abc'"
28+
pipver=20.3.4 # minimum required version of pip for Python 3.10
29+
setuptoolsver=52.0.0
3030
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
3131

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

0 commit comments

Comments
 (0)