Skip to content

Commit 500bb2d

Browse files
committed
🔨 report the sys.platform in tool/stubtest.py
1 parent 169b30c commit 500bb2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/stubtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def main() -> int:
125125
import numpy as np # noqa: PLC0415
126126
import numtype as nt # noqa: PLC0415
127127

128-
print(f"python {sys.version}")
128+
print(f"python {sys.version} on {sys.platform}")
129129
print(f"numtype {nt.__version__} (numpy {np.__version__})")
130130
print()
131131

0 commit comments

Comments
 (0)