Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update to Python 3.11, use complete-platform JSON #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vonschultz
Copy link

The latest supported AWS Lambda runtime is Python 3.11, so upgrade from Python 3.9 to Python 3.11. To avoid falling into #166, specify a complete-platform.json file, generated using pex3 interpreter inspect --markers --tags in an AWS Lambda Python 3.11 runtime.

Fixes #166

The latest supported AWS Lambda runtime is Python 3.11, so upgrade
from Python 3.9 to Python 3.11. To avoid falling into
KiraLT#166, specify a complete-platform.json file,
generated using `pex3 interpreter inspect --markers --tags` in an AWS
Lambda Python 3.11 runtime.

Fixes KiraLT#166
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PEX dependency error for v0.4.0
1 participant