Skip to content

Commit bb260be

Browse files
Use correct SOABI for coverage wheels on macOS x86-64/Python 3.14 (#276)
Looks like PyPI is now building x86-64 binary wheels for Python 3.14 against macOS 10.15+ instead of 10.13+ - fix the download URLs for the coverage module.
1 parent 7544bcd commit bb260be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/python/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ _coverage_tags = {
109109
["cp312", "cp312"],
110110
["cp313", "cp313"],
111111
["cp313", "cp313t"],
112+
],
113+
"macosx_10_15_x86_64": [
112114
["cp314", "cp314"],
113115
["cp314", "cp314t"],
114116
],

0 commit comments

Comments
 (0)