Skip to content

Commit 7f963aa

Browse files
authored
update _RUNTIME_GLIBC mapping to support newer python versions (#648)
1 parent 0c61738 commit 7f963aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aws_lambda_builders/workflows/python_pip/packager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ class DependencyBuilder(object):
203203
"cp37m": (2, 17),
204204
"cp38": (2, 26),
205205
"cp39": (2, 26),
206+
"cp310": (2, 26),
207+
"cp311": (2, 26),
208+
"cp312": (2, 26),
206209
}
207210
# Fallback version if we're on an unknown python version
208211
# not in _RUNTIME_GLIBC.

0 commit comments

Comments
 (0)