diff options
author | vvvv <[email protected]> | 2025-10-10 09:49:53 +0300 |
---|---|---|
committer | vvvv <[email protected]> | 2025-10-10 10:04:09 +0300 |
commit | c62bab8ab3141ff460f885bf2dafb922e0c19d38 (patch) | |
tree | b37257fe1cd06a87b589992db93124d456f39152 /yql/essentials/udfs/common/python/python_udf | |
parent | 172bf557598ad5d2a67c1d18ff9d4857a6b40722 (diff) |
YQL-20339 Python UDF support
init
commit_hash:2a30a1b920f341e1f9250df382dd951604a0894f
Diffstat (limited to 'yql/essentials/udfs/common/python/python_udf')
-rw-r--r-- | yql/essentials/udfs/common/python/python_udf/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/udfs/common/python/python_udf/ya.make b/yql/essentials/udfs/common/python/python_udf/ya.make index 124f075c904..41f4514dfd0 100644 --- a/yql/essentials/udfs/common/python/python_udf/ya.make +++ b/yql/essentials/udfs/common/python/python_udf/ya.make @@ -1,6 +1,6 @@ PY23_NATIVE_LIBRARY() -YQL_ABI_VERSION(2 27 0) +YQL_ABI_VERSION(2 44 0) ENABLE(YQL_STYLE_CPP) |