projects
/
EVA-2020-02-2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update python versions for CI (#96)
[EVA-2020-02-2.git]
/
examples
/
weather-and-light.py
diff --git
a/examples/weather-and-light.py
b/examples/weather-and-light.py
index bccf7cc0d69cf09947389ff01607706346e45046..cd8ae962c1e40f6571c4e7a7995eb9850a162d18 100755
(executable)
--- 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