Skip to content

Commit 024f96d

Browse files
authored
feat: update the GLIBC version available for Python 3.12 and 3.13 (#752)
1 parent 193ffe0 commit 024f96d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws_lambda_builders/workflows/python_pip/packager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ class DependencyBuilder(object):
206206
"cp39": (2, 26),
207207
"cp310": (2, 26),
208208
"cp311": (2, 26),
209-
"cp312": (2, 26),
209+
"cp312": (2, 34),
210+
"cp313": (2, 34),
210211
}
211212
# Fallback version if we're on an unknown python version
212213
# not in _RUNTIME_GLIBC.

0 commit comments

Comments
 (0)