File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 7575 awswrangler-build-py312 \
7676 build-lambda-layer.sh " ${VERSION} -py3.12${ARCH_SUFFIX} " " ninja-build"
7777fi
78+
79+ # Python 3.13
80+ if [[ $PYTHON_VERSION == " ALL" || $PYTHON_VERSION == " 3.13" ]]
81+ then
82+ docker run \
83+ --volume " $DIR_NAME " :/aws-sdk-pandas/ \
84+ --workdir /aws-sdk-pandas/building/lambda \
85+ --rm \
86+ awswrangler-build-py313 \
87+ build-lambda-layer.sh " ${VERSION} -py3.13${ARCH_SUFFIX} " " ninja-build"
88+ fi
Original file line number Diff line number Diff line change 5959 .
6060fi
6161
62+ # Python 3.13
63+ if [[ $PYTHON_VERSION == " ALL" || $PYTHON_VERSION == " 3.13" ]]
64+ then
65+ docker build \
66+ --pull \
67+ --tag awswrangler-build-py313 \
68+ --build-arg base_image=public.ecr.aws/lambda/python:3.13 \
69+ --file Dockerfile.al2023 \
70+ .
71+ fi
72+
6273rm -rf pyproject.toml poetry.lock
You can’t perform that action at this time.
0 commit comments