From c22318c033ba6396f0b4e677ee7c79cf5c1c5753 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 6 Sep 2023 16:01:56 +0200 Subject: [PATCH] release: bump minimum setuptools version slightly to match Debian 11 ('bullseye'). --- release-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-test.sh b/release-test.sh index 056a05ca0..d9276c372 100755 --- a/release-test.sh +++ b/release-test.sh @@ -25,8 +25,8 @@ run_tests() { "${test_prefix}"bin/py.test "--ignore=${mod_loc}/schemas/" \ --pyargs -x ${module} -n auto --dist=loadfile } -pipver=20.3.3 # minimum required version of pip for Python 3.10 -setuptoolsver=50.0.1 # fix for "AttributeError: module 'importlib.util' has no attribute 'abc'" +pipver=20.3.4 # minimum required version of pip for Python 3.10 +setuptoolsver=52.0.0 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" rm -Rf testenv? || /bin/true