Skip to content
← Back to Changelog

Monday, May 6th 2024

Python 3.12 and Ruby 3.3 are now available

Posted by

Avatar for janosszathmary-vercelcom

Janos Szathmary

Software Engineer

Avatar for seanmassa-vercelcom

Sean Massa

Software Engineer

Avatar for tootallnate

Nathan Rajlich

Software Engineer

Avatar for balazs4

Balazs Varga

Software Engineer

Avatar for ofhouse

Felix Haus

Software Engineer

Starting today, new Python Builds and Functions will use version 3.12 and new Ruby Builds and Functions will use version 3.3.

If you need to continue using Python 3.9 or Ruby 3.2, ensure you have 18.x selected for the Node.js Version in your project settings to use the older build image.

For Python 3.9, ensure your Pipfile and corresponding Pipfile.lock have python_version set to 3.9 exactly. Similarly, for Ruby 3.2, make sure ruby "~> 3.2.x" is defined in the ‌Gemfile‍​‍​‍‌‍‌.

Check out the documentation to learn more about our supported runtimes.

Post