Skip to content

Commit 05332cd

Browse files
authored
Add 3.10 and 3.11 to AWS lambda compatible runtimes (#1926)
1 parent a531f41 commit 05332cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/publish-aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for region in $ALL_AWS_REGIONS; do
4646
--layer-name="${FULL_LAYER_NAME}" \
4747
--description="AWS Lambda Extension Layer for the Elastic APM Python Agent" \
4848
--license-info="BSD-3-Clause" \
49-
--compatible-runtimes python3.6 python3.7 python3.8 python3.9 \
49+
--compatible-runtimes python3.6 python3.7 python3.8 python3.9 python3.10 python3.11\
5050
--zip-file="fileb://${zip_file}")
5151
echo "${publish_output}" > "${AWS_FOLDER}/${region}"
5252
layer_version=$(echo "${publish_output}" | jq '.Version')

0 commit comments

Comments
 (0)