Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 09e52d9

Browse files
committed
remove py env check
1 parent 023ad4b commit 09e52d9

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

notebooks/remote_functions/remote_function_vertex_claude_model.ipynb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,6 @@
2828
"</table>"
2929
]
3030
},
31-
{
32-
"cell_type": "code",
33-
"execution_count": null,
34-
"metadata": {},
35-
"outputs": [],
36-
"source": [
37-
"import sys\n",
38-
"\n",
39-
"# Python 3.13 is not yet a supported runtime for remote functions.\n",
40-
"# See: https://cloud.google.com/functions/docs/runtime-support#python for the supported runtimes.\n",
41-
"if sys.version_info >= (3, 13, 0):\n",
42-
" sys.exit(0)"
43-
]
44-
},
4531
{
4632
"cell_type": "markdown",
4733
"metadata": {},

0 commit comments

Comments
 (0)