Skip to content

Add Python 3.10 runtime #15

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

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Add Python 3.10 runtime #15

merged 1 commit into from
Apr 20, 2023

Conversation

lmmx
Copy link

@lmmx lmmx commented Apr 18, 2023

Following:

PR to contribute a Python 3.10 runtime, pretty straightforward modifications of the 3.9:

  • added Python 3.10 subsection to README.md
  • created dump-fs/dump-python310/handler.py
  • added Python 3.10 function entry to dump-fs/serverless.yml
  • added Python 3.10 Docker run to examples/test-all.sh

Added the following files:

  • dump-fs/dump-python310/handler.py
  • runtimes/python3.10-arm64/build/Dockerfile
  • runtimes/python3.10-arm64/build/build.sh
  • runtimes/python3.10-arm64/build/publish.sh
  • runtimes/python3.10-arm64/run/Dockerfile
  • runtimes/python3.10-arm64/run/build.sh
  • runtimes/python3.10-arm64/run/publish.sh
  • runtimes/python3.10-x86_64/build/Dockerfile
  • runtimes/python3.10-x86_64/build/build.sh
  • runtimes/python3.10-x86_64/build/publish.sh
  • runtimes/python3.10-x86_64/run/Dockerfile
  • runtimes/python3.10-x86_64/run/build.sh
  • runtimes/python3.10-x86_64/run/publish.sh

To my understanding all that is left to do is to build the images and upload them to your repo, which I will leave to you 😺

@lmmx lmmx mentioned this pull request Apr 18, 2023
@mLupine mLupine merged commit 108c14d into mLupine:master Apr 20, 2023
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.

2 participants