diff --git a/google-cloud-speech/README.rst b/google-cloud-speech/README.rst index 064a51faec35..64cc0d893d19 100644 --- a/google-cloud-speech/README.rst +++ b/google-cloud-speech/README.rst @@ -51,7 +51,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/google-cloud-speech/setup.py b/google-cloud-speech/setup.py index 4a0344616d64..2f41de6c5eb5 100644 --- a/google-cloud-speech/setup.py +++ b/google-cloud-speech/setup.py @@ -72,7 +72,6 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',