Skip to content

Commit 30b68d4

Browse files
committed
Update Python version requirements.
1 parent 54260e3 commit 30b68d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Cayenne MQTT Python Library provides functions to easily connect to the `Cay
44

55
Requirements
66
============
7-
* `Python 2.7 or 3.x <https://www.python.org/downloads/>`_.
7+
* `Python 2.7.9+ or 3.4+ <https://www.python.org/downloads/>`_.
88
* `This library <https://github.com/myDevicesIoT/Cayenne-MQTT-Python/archive/master.zip>`_.
99
* `Eclipse Paho MQTT Python client library <https://github.com/eclipse/paho.mqtt.python>`_. This is installed as part of the Cayenne library installation.
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'License :: OSI Approved :: MIT License',
1818
'Intended Audience :: Developers',
1919
'Programming Language :: Python :: 2.7',
20-
'Programming Language :: Python :: 3',
20+
'Programming Language :: Python :: 3.4',
2121
'Topic :: Software Development',
2222
'Topic :: Communications',
2323
'Topic :: Internet',

0 commit comments

Comments
 (0)