tDo not require python3.7, just python3. - plumber - Plumber – a modern approach to plumbing
(HTM) git clone git://r-36.net/plumber
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 7ba9ea7534de8f9742dd9808d5859b1666db85de
(DIR) parent 93e82c30f35663789c1fc66ae4754909a6e8ddff
(HTM) 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:
bin/plumber | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/plumber b/bin/plumber
t@@ -1,4 +1,4 @@
-#!/usr/bin/env python3.7
+#!/usr/bin/env python3
# coding=utf-8
#
# Copy me if you can.