From 4946415264e3021cc0b4632d54b8e9eb336b8f84 Mon Sep 17 00:00:00 2001 From: Artur Sharafutdinov Date: Fri, 24 Apr 2026 11:10:42 +0200 Subject: [PATCH] CI: Fix ABI compatibility for Linux --- scripts/nuget_patch/fake_whl_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nuget_patch/fake_whl_helper.py b/scripts/nuget_patch/fake_whl_helper.py index 2958fafedf5e..1672cc63914e 100644 --- a/scripts/nuget_patch/fake_whl_helper.py +++ b/scripts/nuget_patch/fake_whl_helper.py @@ -70,7 +70,7 @@ def copy_libs(src_wheel): for dir in libs_dirs: sys.path.append(dir) # to find SO files # see also: https://github.com/mayeut/pep600_compliance - manylinux_version = "2_31" + manylinux_version = "2_28" subprocess.check_call( [ sys.executable, "-m", "auditwheel",