Skip to content

Commit 3e4b64c

Browse files
committed
Experimental fix to communicate Py version reqs for #78
1 parent c161c52 commit 3e4b64c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/weather-and-light.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
4+
f"Sorry! This program requires Python >= 3.6 😅"
25

36
import os
47
import time

0 commit comments

Comments
 (0)