Skip to content

Commit

Permalink
update _RUNTIME_GLIBC mapping to support newer python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hawflau committed May 11, 2024
1 parent c5e7d3e commit 4f799a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws_lambda_builders/workflows/python_pip/packager.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ class DependencyBuilder(object):
"cp37m": (2, 17),
"cp38": (2, 26),
"cp39": (2, 26),
"cp310": (2, 26),
"cp311": (2, 26),
"cp312": (2, 26),
}
# Fallback version if we're on an unknown python version
# not in _RUNTIME_GLIBC.
Expand Down

0 comments on commit 4f799a4

Please sign in to comment.