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 42b0485 commit cc99424Copy full SHA for cc99424
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
("aarch64", "ubuntu-24.04-arm", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "manylinux_2_39", "musllinux_1_2")),
50
("i686", "ubuntu-24.04", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_2")),
51
("armv7l", "ubuntu-24.04-arm", ("manylinux_2_31", "musllinux_1_2")),
52
- ("riscv64", "ubuntu-24.04", ("manylinux_2_39", "musllinux_1_2")),
+ ("riscv64", "ubuntu-24.04", ("manylinux_2_39", "musllinux_1_2", "manylinux_2_35")),
53
]
54
expanded = [{"policy": policy, "platform": platform, "runner": runner} for platform, runner, policies in reduced for policy in policies]
55
print(json.dumps(expanded, indent=2))
0 commit comments