@ -397,29 +397,20 @@ def targets():
ProtocArtifact ( " macos " , " x64 " , presubmit = True ) ,
ProtocArtifact ( " windows " , " x64 " , presubmit = True ) ,
ProtocArtifact ( " windows " , " x86 " , presubmit = True ) ,
PythonArtifact (
" manylinux2014 " , " x64 " , " cp37-cp37m " , presubmit = True
) ,
PythonArtifact ( " manylinux2014 " , " x64 " , " cp38-cp38 " , presubmit = True ) ,
PythonArtifact ( " manylinux2014 " , " x64 " , " cp39-cp39 " ) ,
PythonArtifact ( " manylinux2014 " , " x64 " , " cp39-cp39 " , presubmit = True ) ,
PythonArtifact ( " manylinux2014 " , " x64 " , " cp310-cp310 " ) ,
PythonArtifact ( " manylinux2014 " , " x64 " , " cp311-cp311 " ) ,
PythonArtifact (
" manylinux2014 " , " x64 " , " cp312-cp312 " , presubmit = True
) ,
PythonArtifact (
" manylinux2014 " , " x86 " , " cp37-cp37m " , presubmit = True
) ,
PythonArtifact ( " manylinux2014 " , " x86 " , " cp38-cp38 " , presubmit = True ) ,
PythonArtifact ( " manylinux2014 " , " x86 " , " cp39-cp39 " ) ,
PythonArtifact ( " manylinux2014 " , " x86 " , " cp39-cp39 " , presubmit = True ) ,
PythonArtifact ( " manylinux2014 " , " x86 " , " cp310-cp310 " ) ,
PythonArtifact ( " manylinux2014 " , " x86 " , " cp311-cp311 " ) ,
PythonArtifact (
" manylinux2014 " , " x86 " , " cp312-cp312 " , presubmit = True
) ,
PythonArtifact (
" manylinux2014 " , " aarch64 " , " cp37-cp37m " , presubmit = True
) ,
PythonArtifact (
" manylinux2014 " , " aarch64 " , " cp38-cp38 " , presubmit = True
) ,
@ -429,50 +420,38 @@ def targets():
PythonArtifact (
" manylinux2014 " , " aarch64 " , " cp312-cp312 " , presubmit = True
) ,
PythonArtifact (
" linux_extra " , " armv7 " , " cp37-cp37m " , presubmit = True
) ,
PythonArtifact ( " linux_extra " , " armv7 " , " cp38-cp38 " ) ,
PythonArtifact ( " linux_extra " , " armv7 " , " cp38-cp38 " , presubmit = True ) ,
PythonArtifact ( " linux_extra " , " armv7 " , " cp39-cp39 " ) ,
PythonArtifact ( " linux_extra " , " armv7 " , " cp310-cp310 " ) ,
PythonArtifact ( " linux_extra " , " armv7 " , " cp311-cp311 " ) ,
PythonArtifact (
" linux_extra " , " armv7 " , " cp312-cp312 " , presubmit = True
) ,
PythonArtifact ( " musllinux_1_1 " , " x64 " , " cp38-cp38 " , presubmit = True ) ,
PythonArtifact ( " musllinux_1_1 " , " x64 " , " cp39-cp39 " ) ,
PythonArtifact ( " musllinux_1_1 " , " x64 " , " cp310-cp310 " ) ,
PythonArtifact ( " musllinux_1_1 " , " x64 " , " cp311-cp311 " ) ,
PythonArtifact (
" musllinux_1_1 " , " x64 " , " cp312-cp312 " , presubmit = True
) ,
PythonArtifact (
" musllinux_1_1 " , " x64 " , " cp37-cp37m " , presubmit = True
) ,
PythonArtifact ( " musllinux_1_1 " , " x64 " , " cp38-cp38 " ) ,
PythonArtifact ( " musllinux_1_1 " , " x64 " , " cp39-cp39 " ) ,
PythonArtifact ( " musllinux_1_1 " , " x86 " , " cp38-cp38 " , presubmit = True ) ,
PythonArtifact ( " musllinux_1_1 " , " x86 " , " cp39-cp39 " ) ,
PythonArtifact ( " musllinux_1_1 " , " x86 " , " cp310-cp310 " ) ,
PythonArtifact ( " musllinux_1_1 " , " x86 " , " cp311-cp311 " ) ,
PythonArtifact (
" musllinux_1_1 " , " x86 " , " cp312-cp312 " , presubmit = True
) ,
PythonArtifact (
" musllinux_1_1 " , " x86 " , " cp37-cp37m " , presubmit = True
) ,
PythonArtifact ( " musllinux_1_1 " , " x86 " , " cp38-cp38 " ) ,
PythonArtifact ( " musllinux_1_1 " , " x86 " , " cp39-cp39 " ) ,
PythonArtifact ( " macos " , " x64 " , " python3.7 " , presubmit = True ) ,
PythonArtifact ( " macos " , " x64 " , " python3.8 " ) ,
PythonArtifact ( " macos " , " x64 " , " python3.8 " , presubmit = True ) ,
PythonArtifact ( " macos " , " x64 " , " python3.9 " ) ,
PythonArtifact ( " macos " , " x64 " , " python3.10 " ) ,
PythonArtifact ( " macos " , " x64 " , " python3.11 " ) ,
PythonArtifact ( " macos " , " x64 " , " python3.12 " , presubmit = True ) ,
PythonArtifact ( " windows " , " x86 " , " Python37_32bit " , presubmit = True ) ,
PythonArtifact ( " windows " , " x86 " , " Python38_32bit " ) ,
PythonArtifact ( " windows " , " x86 " , " Python38_32bit " , presubmit = True ) ,
PythonArtifact ( " windows " , " x86 " , " Python39_32bit " ) ,
PythonArtifact ( " windows " , " x86 " , " Python310_32bit " ) ,
PythonArtifact ( " windows " , " x86 " , " Python311_32bit " ) ,
PythonArtifact ( " windows " , " x86 " , " Python312_32bit " , presubmit = True ) ,
PythonArtifact ( " windows " , " x64 " , " Python37 " , presubmit = True ) ,
PythonArtifact ( " windows " , " x64 " , " Python38 " ) ,
PythonArtifact ( " windows " , " x64 " , " Python38 " , presubmit = True ) ,
PythonArtifact ( " windows " , " x64 " , " Python39 " ) ,
PythonArtifact ( " windows " , " x64 " , " Python310 " ) ,
PythonArtifact ( " windows " , " x64 " , " Python311 " ) ,