We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aec46 commit d536b27Copy full SHA for d536b27
1 file changed
pyhap/const.py
@@ -4,7 +4,7 @@
4
PATCH_VERSION = 0
5
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
6
__version__ = f"{__short_version__}.{PATCH_VERSION}"
7
-REQUIRED_PYTHON_VER = (3, 6)
+REQUIRED_PYTHON_VER = (3, 7)
8
9
BASE_UUID = "-0000-1000-8000-0026BB765291"
10
0 commit comments