Skip to content

Commit 1596fd9

Browse files
committed
deprecate python 3.8
1 parent cbfd3b6 commit 1596fd9

File tree

4 files changed

+1809
-1943
lines changed

4 files changed

+1809
-1943
lines changed

building/lambda/build-docker-images.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ export DOCKER_BUILDKIT=1
88

99
PYTHON_VERSION=${1:-ALL}
1010

11-
# Python 3.8
12-
if [[ $PYTHON_VERSION == "ALL" || $PYTHON_VERSION == "3.8" ]]
13-
then
14-
docker build \
15-
--pull \
16-
--tag awswrangler-build-py38 \
17-
--build-arg base_image=public.ecr.aws/lambda/python:3.8 \
18-
.
19-
fi
20-
2111
# Python 3.9
2212
if [[ $PYTHON_VERSION == "ALL" || $PYTHON_VERSION == "3.9" ]]
2313
then

0 commit comments

Comments
 (0)