From: Phil Howard Date: Thu, 30 Jul 2020 10:53:10 +0000 (+0100) Subject: Experimental fix to communicate Py version reqs for #78 X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/commitdiff_plain/3e4b64c3fcb517c2224341ac0ca8ca60a0b48685?ds=inline;hp=--cc Experimental fix to communicate Py version reqs for #78 --- 3e4b64c3fcb517c2224341ac0ca8ca60a0b48685 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