Skip to content

Commit e3c23f2

Browse files
committed
[GCP Functions] Retry function creation on failure to improve reliability
1 parent 0aab294 commit e3c23f2

File tree

1 file changed

+2
-1
lines changed
  • lithops/serverless/backends/gcp_functions

1 file changed

+2
-1
lines changed

lithops/serverless/backends/gcp_functions/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
'3.9': 'python39',
3636
'3.10': 'python310',
3737
'3.11': 'python311',
38-
'3.12': 'python312'
38+
'3.12': 'python312',
39+
'3.13': 'python313'
3940
}
4041

4142
USER_RUNTIMES_PREFIX = 'lithops.user_runtimes'

0 commit comments

Comments
 (0)