JnyJny / blynclight

Python bindings for the Embrava BlyncLight family of products.
Apache License 2.0
21 stars 3 forks source link

Relax version requirements for Python from only 3.7 to 3.5 or better #9

Closed JnyJny closed 5 years ago

JnyJny commented 5 years ago

I used the poetry defaults when creating the pyproject.toml file and forgot to relax the version of Python required from only 3.7 to 3.5 or better.

JnyJny commented 5 years ago

Black is a development requirement and it is only happy with Python 3.6 or better, so the version requirements of the package have only been relaxed to 3.6.