We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1f738 commit d4a2e1aCopy full SHA for d4a2e1a
1 file changed
tests/pypi/whl_target_platforms/whl_target_platforms_tests.bzl
@@ -102,9 +102,9 @@ def _can_parse_existing_tags(env):
102
"manylinux2014_i686": 1,
103
"manylinux2014_ppc64": 1,
104
"manylinux2014_ppc64le": 1,
105
- "manylinux2014_riscv64": 1,
106
"manylinux2014_s390x": 1,
107
"manylinux2014_x86_64": 1,
+ "manylinux_2_39_riscv64": 1,
108
"manylinux_11_12_aarch64": 1,
109
"manylinux_11_12_armv7l": 1,
110
"manylinux_11_12_i686": 1,
0 commit comments