Skip to content

Commit

Permalink
Set python_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Nov 24, 2023
1 parent f389bb6 commit 89d9942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def get_long_description():
package_data={
'pyvlx': ['py.typed'],
},
python_requires='>=3.9',
install_requires=REQUIRES,
keywords="velux KLF 200 home automation",
zip_safe=False,
Expand Down

0 comments on commit 89d9942

Please sign in to comment.