Skip to content
Dashboard

Python 3.13 and 3.14 are now available

pyproject.toml
[project]
...
requires-python = "~=3.12.0"

Specifying Python version in pyproject.toml

Pipfile
[requires]
...
python_version = "3.12"

Specifying Python version in Pipfile

Ready to deploy?