Skip to content

Commit a7cf6eb

Browse files
committed
Change Linux platform tag from manylinux2014 to manylinux1
For rationale, see #31
1 parent 1e22cdc commit a7cf6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repos/kaleido/py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def run(self):
127127
cmd_obj = self.distribution.get_command_obj('bdist_wheel')
128128

129129
# Use current platform as plat_name, but replace linux with manylinux2014
130-
cmd_obj.plat_name = distutils.util.get_platform().replace("linux-", "manylinux2014-")
130+
cmd_obj.plat_name = distutils.util.get_platform().replace("linux-", "manylinux1-")
131131

132132
# Set macos platform to 10.10 to match chromium build target (See build/config/mac/mac_sdk.gni)
133133
# rather than Python environment

0 commit comments

Comments
 (0)