Skip to content

Commit 96f65e0

Browse files
committed
pass the version
1 parent 6177760 commit 96f65e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/private/pypi/whl_installer/wheel_installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def _extract_wheel(
129129
"name": whl.name,
130130
"version": whl.version,
131131
"extras": list(extras_requested),
132+
"python_version": sys.version.partition(" ")[0],
132133
"requires_dist": requires_dist,
133134
"abi": abi,
134135
"entry_points": [

0 commit comments

Comments
 (0)