Skip to content

Commit d536b27

Browse files
authored
Increase minimum python version to 3.7 (#417)
1 parent 03aec46 commit d536b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyhap/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PATCH_VERSION = 0
55
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
66
__version__ = f"{__short_version__}.{PATCH_VERSION}"
7-
REQUIRED_PYTHON_VER = (3, 6)
7+
REQUIRED_PYTHON_VER = (3, 7)
88

99
BASE_UUID = "-0000-1000-8000-0026BB765291"
1010

0 commit comments

Comments
 (0)