Python 3.13 and 3.14 are now available

Published: (February 2, 2026 at 08:00 AM EST)
1 min read

Source: Vercel Blog

Python 3.13 and 3.14 Now Supported

  • Builds and Functions now support Python 3.13 and Python 3.14, in addition to the previously supported Python 3.12.
  • Projects that do not specify a Python version will continue to use Python 3.12 by default.

Upcoming default version change

  • The default Python version will switch to Python 3.14 in the coming months.

How to keep using Python 3.12

  • To continue using Python 3.12 after the default changes, explicitly specify an upper version bound (e.g., python_version = ">=3.12,<3.13").

Note: The original announcement may contain additional details beyond this excerpt.

Back to Blog

Related posts

Read more »

Zero-configuration support for Koa

Vercel now supports applications, an expressive HTTP middleware framework to make web applications and APIs more enjoyable to write, with zero-configuration.Koa...

Python Closures: Coming from JavaScript

Learning with Books vs. Videos > “Books – Gain depth of knowledge on a topic > Videos – Quickly ramp up to use a specific technology” I still reach for a book...

Searcher of lyrics's musics

Overview This application allows users to search for song lyrics by providing the band/artist name and the song title. The graphical interface is built with St...