mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
build.linux: Revert to Python 3.7
This allows us to revert from Debian Buster to Stretch which allows us to relax the glibc version requirements. Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
parent
90373e9e63
commit
59e9ebe428
8 changed files with 16 additions and 16 deletions
|
|
@ -11,7 +11,7 @@ docker run --rm \
|
|||
"$TAG" tox -e pre-commit
|
||||
|
||||
get_versions="docker run --rm
|
||||
--entrypoint=/code/.tox/py39/bin/python
|
||||
--entrypoint=/code/.tox/py37/bin/python
|
||||
$TAG
|
||||
/code/script/test/versions.py docker/docker-ce,moby/moby"
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ elif [ "$DOCKER_VERSIONS" == "all" ]; then
|
|||
fi
|
||||
|
||||
BUILD_NUMBER=${BUILD_NUMBER-$USER}
|
||||
PY_TEST_VERSIONS=${PY_TEST_VERSIONS:-py39}
|
||||
PY_TEST_VERSIONS=${PY_TEST_VERSIONS:-py37}
|
||||
|
||||
for version in $DOCKER_VERSIONS; do
|
||||
>&2 echo "Running tests against Docker $version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue