Python 3.4 reached EOL in March 2019. We should deprecate API client support for 3.4 at the same time that we do for Python 2. We can add a FutureWarning for the next release, then officially remove testing and version-specific support in a future release.
Python 3.4 reached EOL in March 2019. We should deprecate API client support for 3.4 at the same time that we do for Python 2. We can add a
FutureWarning
for the next release, then officially remove testing and version-specific support in a future release.