pythonVersion property

String? pythonVersion
getter/setter pair

The Python version.

Supported values are 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. If not specified, the default value is 3.10.

Optional.

Implementation

core.String? pythonVersion;