File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ __pycache_
2020.coverage
2121.pypirc
2222/.idea
23+ .mypy_cache /
2324
2425* .key
2526* .crt
Original file line number Diff line number Diff line change 11language : python
22python :
3- - ' 2.7.6'
4- # - '2.7.9'
5- # - '2.7.12'
6- # - '3.3.4'
7- # - '3.3.5'
8- # - '3.3.6'
9- - ' 3.4.3'
10- - ' 3.5.0'
3+ - ' 2.7'
4+ - ' 3.4'
5+ - ' 3.5'
6+ - ' 3.6'
117
128install :
139 - sudo apt-get update -qq
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Installation
8484
8585### Dependencies ###
8686
87- * python 2.7 // python 3.3
87+ * python 2.7 // python 3.6
8888 * [ xmlsec] ( https://pypi.python.org/pypi/xmlsec ) Python bindings for the XML Security Library.
8989 * [ isodate] ( https://pypi.python.org/pypi/isodate ) An ISO 8601 date/time/
9090 duration parser and formatter
Original file line number Diff line number Diff line change 1717 'Intended Audience :: System Administrators' ,
1818 'Operating System :: OS Independent' ,
1919 'Programming Language :: Python :: 2.7' ,
20- 'Programming Language :: Python :: 3.3' ,
20+ 'Programming Language :: Python :: 3.4' ,
21+ 'Programming Language :: Python :: 3.5' ,
22+ 'Programming Language :: Python :: 3.6' ,
2123 ],
2224 author = 'OneLogin' ,
2325 author_email = 'support@onelogin.com' ,
You can’t perform that action at this time.
0 commit comments