Skip to content

Commit

Permalink
build: allow pip install python=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
teleshoes committed Mar 28, 2023
1 parent 37b7f28 commit 239987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 239987a

Please sign in to comment.