@@ -38,21 +38,21 @@ python_configurations = [
3838 { identifier = " cp38-musllinux_i686" , version = " 3.8" , path_str = " /opt/python/cp38-cp38" },
3939 { identifier = " cp39-musllinux_i686" , version = " 3.9" , path_str = " /opt/python/cp39-cp39" },
4040 { identifier = " cp310-musllinux_i686" , version = " 3.10" , path_str = " /opt/python/cp310-cp310" },
41- { identifier = " cp36-musllinux_aarch64" , version = " 3.6" , path_str = " /opt/python/cp36-cp36m" },
42- { identifier = " cp37-musllinux_aarch64" , version = " 3.7" , path_str = " /opt/python/cp37-cp37m" },
43- { identifier = " cp38-musllinux_aarch64" , version = " 3.8" , path_str = " /opt/python/cp38-cp38" },
44- { identifier = " cp39-musllinux_aarch64" , version = " 3.9" , path_str = " /opt/python/cp39-cp39" },
45- { identifier = " cp310-musllinux_aarch64" , version = " 3.10" , path_str = " /opt/python/cp310-cp310" },
46- { identifier = " cp36-musllinux_ppc64le" , version = " 3.6" , path_str = " /opt/python/cp36-cp36m" },
47- { identifier = " cp37-musllinux_ppc64le" , version = " 3.7" , path_str = " /opt/python/cp37-cp37m" },
48- { identifier = " cp38-musllinux_ppc64le" , version = " 3.8" , path_str = " /opt/python/cp38-cp38" },
49- { identifier = " cp39-musllinux_ppc64le" , version = " 3.9" , path_str = " /opt/python/cp39-cp39" },
50- { identifier = " cp310-musllinux_ppc64le" , version = " 3.10" , path_str = " /opt/python/cp310-cp310" },
51- { identifier = " cp36-musllinux_s390x" , version = " 3.6" , path_str = " /opt/python/cp36-cp36m" },
52- { identifier = " cp37-musllinux_s390x" , version = " 3.7" , path_str = " /opt/python/cp37-cp37m" },
53- { identifier = " cp38-musllinux_s390x" , version = " 3.8" , path_str = " /opt/python/cp38-cp38" },
54- { identifier = " cp39-musllinux_s390x" , version = " 3.9" , path_str = " /opt/python/cp39-cp39" },
55- { identifier = " cp310-musllinux_s390x" , version = " 3.10" , path_str = " /opt/python/cp310-cp310" },
41+ # { identifier = "cp36-musllinux_aarch64", version = "3.6", path_str = "/opt/python/cp36-cp36m" },
42+ # { identifier = "cp37-musllinux_aarch64", version = "3.7", path_str = "/opt/python/cp37-cp37m" },
43+ # { identifier = "cp38-musllinux_aarch64", version = "3.8", path_str = "/opt/python/cp38-cp38" },
44+ # { identifier = "cp39-musllinux_aarch64", version = "3.9", path_str = "/opt/python/cp39-cp39" },
45+ # { identifier = "cp310-musllinux_aarch64", version = "3.10", path_str = "/opt/python/cp310-cp310" },
46+ # { identifier = "cp36-musllinux_ppc64le", version = "3.6", path_str = "/opt/python/cp36-cp36m" },
47+ # { identifier = "cp37-musllinux_ppc64le", version = "3.7", path_str = "/opt/python/cp37-cp37m" },
48+ # { identifier = "cp38-musllinux_ppc64le", version = "3.8", path_str = "/opt/python/cp38-cp38" },
49+ # { identifier = "cp39-musllinux_ppc64le", version = "3.9", path_str = "/opt/python/cp39-cp39" },
50+ # { identifier = "cp310-musllinux_ppc64le", version = "3.10", path_str = "/opt/python/cp310-cp310" },
51+ # { identifier = "cp36-musllinux_s390x", version = "3.6", path_str = "/opt/python/cp36-cp36m" },
52+ # { identifier = "cp37-musllinux_s390x", version = "3.7", path_str = "/opt/python/cp37-cp37m" },
53+ # { identifier = "cp38-musllinux_s390x", version = "3.8", path_str = "/opt/python/cp38-cp38" },
54+ # { identifier = "cp39-musllinux_s390x", version = "3.9", path_str = "/opt/python/cp39-cp39" },
55+ # { identifier = "cp310-musllinux_s390x", version = "3.10", path_str = "/opt/python/cp310-cp310" },
5656]
5757
5858[macos ]
0 commit comments