Skip to content

Commit a26ee57

Browse files
localdenCopilot
andauthored
Update src/specify_cli/__init__.py
Co-authored-by: Copilot <[email protected]>
1 parent f7fe48b commit a26ee57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ def version():
13281328
info_table.add_row("Template Version", template_version)
13291329
info_table.add_row("Released", release_date)
13301330
info_table.add_row("", "")
1331-
info_table.add_row("Python", f"{sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro}")
1331+
info_table.add_row("Python", platform.python_version())
13321332
info_table.add_row("Platform", platform.system())
13331333
info_table.add_row("Architecture", platform.machine())
13341334
info_table.add_row("OS Version", platform.version())

0 commit comments

Comments
 (0)