commit 7ba9ea7534de8f9742dd9808d5859b1666db85de
parent 93e82c30f35663789c1fc66ae4754909a6e8ddff
Author: Spenser Truex <truex@equwal.com>
Date: Sun, 10 Jan 2021 14:40:30 -0800
Do not require python3.7, just python3.
I'm not much of a pythoner, but for what it is worth I am using the
latest release 3.9.1 and it works fine.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/plumber b/bin/plumber
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3.7
+#!/usr/bin/env python3
# coding=utf-8
#
# Copy me if you can.