Experimental fix to communicate Py version reqs for #78
authorPhil Howard <phil@gadgetoid.com>
Thu, 30 Jul 2020 10:53:10 +0000 (11:53 +0100)
committerPhil Howard <phil@gadgetoid.com>
Thu, 30 Jul 2020 10:53:10 +0000 (11:53 +0100)
examples/weather-and-light.py

index bccf7cc0d69cf09947389ff01607706346e45046..cd8ae962c1e40f6571c4e7a7995eb9850a162d18 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+f"Sorry! This program requires Python >= 3.6 ðŸ˜…"
 
 import os
 import time