Skip to content

Commit

Permalink
feat: added manylinux2014_x86_64 target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Nov 3, 2023
1 parent 5ae62df commit ce30a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/poetry_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _DEFAULT_PLATFORMS = {
"aarch64-unknown-linux-gnu": """{"os_name": "posix", "platform_machine": "arm64", "platform_system": "Linux", "platform_tags": ["manylinux_2_17_arm64", "manylinux_2_17_aarch64"], "sys_platform": "linux"}""",
"x86_64-apple-darwin": """{"os_name": "posix", "platform_machine": "x86_64", "platform_system": "Darwin", "platform_tags": ["macosx_10_15_x86_64"], "sys_platform": "darwin"}""",
"x86_64-pc-windows-msvc": """{"os_name": "nt", "platform_machine": "x86_64", "platform_system": "Windows", "platform_tags": ["win_amd64"], "sys_platform": "win32"}""",
"x86_64-unknown-linux-gnu": """{"os_name": "posix", "platform_machine": "x86_64", "platform_system": "Linux", "platform_tags": ["linux_x86_64", "manylinux_2_12_x86_64", "manylinux_2_17_x86_64"], "sys_platform": "linux"}""",
"x86_64-unknown-linux-gnu": """{"os_name": "posix", "platform_machine": "x86_64", "platform_system": "Linux", "platform_tags": ["linux_x86_64", "manylinux_2_12_x86_64", "manylinux_2_17_x86_64", "manylinux2014_x86_64"], "sys_platform": "linux"}""",
}

def _collect_version(parts):
Expand Down

0 comments on commit ce30a01

Please sign in to comment.