From 239987a148240c191b5b577e24e34cb7d104a991 Mon Sep 17 00:00:00 2001 From: Elliot Wolk Date: Tue, 28 Mar 2023 14:07:15 -0400 Subject: [PATCH] build: allow pip install python=3.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06545dd..4be903c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ ), install_requires=["aiohttp>=3.6.0", "paho-mqtt>=1.5.0"], keywords=["econet", "rheem", "api"], - python_requires=">=3.9, <4", + python_requires=">=3.8, <4", url="https://github.com/w1ll1am23/pyeconet", project_urls={ "Bug Reports": "https://github.com/w1ll1am23/pyeconet/issues",