Skip to content

Commit

Permalink
chore: update default Python runtime to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim67 committed Feb 7, 2025
1 parent b21f4dc commit 4f2f0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/projectOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export type PythonRuntime =
export type Architecture = "arm64" | "x86_64";
export const DEFAULT_NODE_RUNTIME: NodeRuntime = "nodejs20.x";
export const DEFAULT_ARCHITECTURE: Architecture = "x86_64";
export const DEFAULT_PYTHON_RUNTIME: PythonRuntime = "python3.11.x";
export const DEFAULT_PYTHON_VERSION_INSTALL: string = "3.11";
export const DEFAULT_PYTHON_RUNTIME: PythonRuntime = "python3.13.x";
export const DEFAULT_PYTHON_VERSION_INSTALL: string = "3.13";

export const CONTAINER_IMAGE_NODE20 = "node:20.11.1-alpine3.19";

Expand Down

0 comments on commit 4f2f0e6

Please sign in to comment.