From 3e4b64c3fcb517c2224341ac0ca8ca60a0b48685 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 30 Jul 2020 11:53:10 +0100 Subject: [PATCH] Experimental fix to communicate Py version reqs for #78 --- examples/weather-and-light.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/weather-and-light.py b/examples/weather-and-light.py index bccf7cc..cd8ae96 100755 --- a/examples/weather-and-light.py +++ b/examples/weather-and-light.py @@ -1,4 +1,7 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- + +f"Sorry! This program requires Python >= 3.6 😅" import os import time -- 2.30.2