smartcar / python-sdk

Smartcar Python SDK
MIT License
44 stars 13 forks source link

Drop support for Python 2.7 & Python 3.4 #74

Closed gurpreetatwal closed 3 years ago

gurpreetatwal commented 4 years ago

Python 2.7 will no longer be supported after January 1st, 2020 [1] and Python 3.4 has been unsupported since March of this year. [2]

[1]: https://devguide.python.org/#status-of-python-branches [2]: https://www.python.org/dev/peps/pep-0429/#release-schedule [3]: https://en.wikipedia.org/wiki/History_of_Python

dbartenstein commented 4 years ago

Would be nice if you started using type hints: https://docs.python.org/3/library/typing.html

smartcar-ci commented 3 years ago

:tada: This issue has been resolved in version 5.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: