You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ while solving various problems a developer may face among:
21
21
- System agnostic functionality, the developer shouldn't carry the burden of Windows & Linux differences
22
22
- Optional Windows UAC elevation module compatible with CPython, PyInstaller & Nuitka
23
23
- Optional Linux sudo elevation compatible with CPython, PyInstaller & Nuitka
24
+
- Optional heartbeat for command execution
24
25
25
-
It is compatible with Python 2.7+, tested up to Python 3.11 (backports some newer Python 3.5 functionality) and is tested on both Linux and Windows.
26
+
It is compatible with Python 2.7+, tested up to Python 3.12 (backports some newer functionality to Python 3.5) and is tested on both Linux and Windows.
26
27
It is also compatible with PyPy Python implementation.
27
28
...and yes, keeping Python 2.7 compatibility has proven to be quite challenging.
28
29
@@ -435,6 +436,16 @@ from command_runner import command_runner
0 commit comments