Skip to content

Commit

Permalink
added python 3.13 behind hide key
Browse files Browse the repository at this point in the history
  • Loading branch information
Saipriya-1144 committed Dec 31, 2024
1 parent e39ecc3 commit dbc27f8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions server/src/stacks/2020-10-01/stacks/web-app-stacks/Python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@ const getPythonStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateFo
displayText: 'Python 3',
value: '3',
minorVersions: [
{
displayText: 'Python 3.13',
value: '3.13',
stackSettings: {
linuxRuntimeSettings: {
runtimeVersion: 'PYTHON|3.13',
remoteDebuggingSupported: false,
isHidden: true,
appInsightsSettings: {
isSupported: true,
isDefaultOff: true,
},
gitHubActionSettings: {
isSupported: true,
supportedVersion: '3.13',
},
supportedFeatures: {
disableSsh: true,
},
},
},
},
{
displayText: 'Python 3.12',
value: '3.12',
Expand Down

0 comments on commit dbc27f8

Please sign in to comment.