Skip to content

Commit 1e338f0

Browse files
Cosmetic issue
1 parent ae320c9 commit 1e338f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

metadata-ingestion/scripts/check_wheel_coverage.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
55
Parses uv.lock wheel filenames. Handles abi3, py3-none-any, and standard cpXY tags.
66
Exits non-zero if gaps are found (unless the package is in KNOWN_EXCEPTIONS).
7-
8-
Background: pyodbc 4.0.39 had wheels for 3.10/3.11 but not 3.12. uv accepted it
9-
because an sdist existed, but Docker builds failed without unixODBC headers.
107
"""
118

129
import re
@@ -22,7 +19,7 @@
2219
"kerberos", # Unmaintained, source-only. Needs replacement with krb5/gssapi.
2320
"python-ldap", # Source-only, requires OpenLDAP headers.
2421
"scipy", # 1.17+ dropped 3.10; Docker uses 3.10.
25-
"sqlalchemy", # Pinned <2; no 3.12 wheels but builds from source with a C compiler.
22+
"sqlalchemy", # No 3.12 wheels but builds from source with a C compiler.
2623
}
2724

2825

0 commit comments

Comments
 (0)