Skip to content

Commit

Permalink
release: bump minimum setuptools version slightly to match Debian 11 …
Browse files Browse the repository at this point in the history
…('bullseye').
  • Loading branch information
mr-c committed Sep 6, 2023
1 parent 040f91b commit 2e095e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e095e1

Please sign in to comment.