mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
add some more version info to tools
This commit is contained in:
parent
8a5304b706
commit
58e589d8da
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ IS_ROOT = ctypes.windll.shell32.IsUserAnAdmin() != 0 if ON_WINDOWS else os.getui
|
|||
|
||||
VER_3_4 = (3, 4)
|
||||
VER_3_5 = (3, 5)
|
||||
VER_3_5_1 = (3, 5, 1)
|
||||
VER_FULL = sys.version_info[:3]
|
||||
VER_MAJOR_MINOR = sys.version_info[:2]
|
||||
V_MAJOR_MINOR = 'v{0}{1}'.format(*sys.version_info[:2])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue