Skip to content

Commit 74d7c7e

Browse files
committed
Note that Python 3.6+ is required
1 parent 27a766c commit 74d7c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
package_dir={'': 'src'},
3030
include_package_data=True,
3131
install_requires=requirements,
32+
python_requires='>=3.6',
3233
license='Eclipse Public License v2.0 / Eclipse Distribution License v1.0',
3334
zip_safe=False,
3435
keywords='paho',

0 commit comments

Comments
 (0)