File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,16 @@ changes:
3434If you wish to continue using the previous, synchronous version of
3535` simplipy ` , make sure to pin version 2.0.2.
3636
37+ # Versions
38+
39+ ` simplisafe-python ` is currently supported on:
40+
41+ * Python 3.5
42+ * Python 3.6
43+ * Python 3.7
44+
45+ However, running the test suite currently requires Python 3.6 or higher; tests
46+ run on Python 3.5 will fail.
3747
3848# Installation
3949
Original file line number Diff line number Diff line change 1919DESCRIPTION = 'A Python3, async interface to the SimpliSafe API'
2020URL = 'https://github.com/w1ll1am23/simplisafe-python'
2121EMAIL = ''
22- AUTHOR = 'William Scanlon and Aaron Bach'
23- REQUIRES_PYTHON = '>=3.6.0 '
22+ AUTHOR = 'Aaron Bach'
23+ REQUIRES_PYTHON = '>=3.5.3 '
2424VERSION = None
2525
2626# What packages are required for this module to be executed?
@@ -120,6 +120,7 @@ def run(self):
120120 'License :: OSI Approved :: MIT License' ,
121121 'Programming Language :: Python' ,
122122 'Programming Language :: Python :: 3' ,
123+ 'Programming Language :: Python :: 3.5' ,
123124 'Programming Language :: Python :: 3.6' ,
124125 'Programming Language :: Python :: 3.7' ,
125126 'Programming Language :: Python :: Implementation :: CPython' ,
You can’t perform that action at this time.
0 commit comments