diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a43141b4eff1..12910e300a43 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -21,7 +21,7 @@ In order to add a feature to ``google-cloud-python``: documentation (in ``docs/``). - The feature must work fully on the following CPython versions: 2.7, - 3.4, 3.5, and 3.6 on both UNIX and Windows. + 3.5, 3.6, and 3.7 on both UNIX and Windows. - The feature must not add unnecessary dependencies (where "unnecessary" is of course subjective, but new dependencies should @@ -286,13 +286,13 @@ Supported Python Versions We support: -- `Python 3.4`_ - `Python 3.5`_ - `Python 3.6`_ +- `Python 3.7`_ -.. _Python 3.4: https://docs.python.org/3.4/ .. _Python 3.5: https://docs.python.org/3.5/ .. _Python 3.6: https://docs.python.org/3.6/ +.. _Python 3.7: https://docs.python.org/3.7/ Supported versions can be found in our ``noxfile.py`` `config`_. @@ -312,7 +312,7 @@ longer supported by the core development team. Python 2.7 support is deprecated. All code changes should maintain Python 2.7 compatibility until January 1, 2020. We also explicitly decided to support Python 3 beginning with version -3.4. Reasons for this include: +3.5. Reasons for this include: - Encouraging use of newest versions of Python 3 - Taking the lead of `prominent`_ open-source `projects`_ diff --git a/api_core/README.rst b/api_core/README.rst index 6faa49a46f3f..bed184a36e6f 100644 --- a/api_core/README.rst +++ b/api_core/README.rst @@ -16,7 +16,7 @@ common helpers used by all Google API clients. For more information, see the Supported Python Versions ------------------------- -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions -------------------------- diff --git a/asset/README.rst b/asset/README.rst index 158ac5153c54..cde975b5791b 100644 --- a/asset/README.rst +++ b/asset/README.rst @@ -49,7 +49,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/automl/README.rst b/automl/README.rst index 955aec8ad2c0..0f3b4add08b3 100644 --- a/automl/README.rst +++ b/automl/README.rst @@ -52,7 +52,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/automl/setup.py b/automl/setup.py index 2966cd30fa25..e5f15f6d6284 100644 --- a/automl/setup.py +++ b/automl/setup.py @@ -58,7 +58,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', diff --git a/bigquery/README.rst b/bigquery/README.rst index a25b3c3a87fc..4279f215d6c3 100644 --- a/bigquery/README.rst +++ b/bigquery/README.rst @@ -52,7 +52,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/bigquery_datatransfer/README.rst b/bigquery_datatransfer/README.rst index dfeb7392af6c..bb710054d940 100644 --- a/bigquery_datatransfer/README.rst +++ b/bigquery_datatransfer/README.rst @@ -48,7 +48,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/bigquery_datatransfer/setup.py b/bigquery_datatransfer/setup.py index 2382306cc06f..19473dd12079 100644 --- a/bigquery_datatransfer/setup.py +++ b/bigquery_datatransfer/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', diff --git a/bigquery_storage/README.rst b/bigquery_storage/README.rst index af8ab844964a..d897b3f8e5b8 100644 --- a/bigquery_storage/README.rst +++ b/bigquery_storage/README.rst @@ -42,7 +42,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/bigtable/README.rst b/bigtable/README.rst index 472e85855830..71c007324eae 100644 --- a/bigtable/README.rst +++ b/bigtable/README.rst @@ -51,7 +51,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/bigtable/setup.py b/bigtable/setup.py index ea272a24c244..edfeb68755e4 100644 --- a/bigtable/setup.py +++ b/bigtable/setup.py @@ -74,7 +74,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', diff --git a/container/README.rst b/container/README.rst index f9d1db710e44..0ede96370369 100644 --- a/container/README.rst +++ b/container/README.rst @@ -49,7 +49,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/container/setup.py b/container/setup.py index 513ea7654cf1..d070bbee7d3d 100644 --- a/container/setup.py +++ b/container/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', diff --git a/core/README.rst b/core/README.rst index 086baab27938..ca6df9423b92 100644 --- a/core/README.rst +++ b/core/README.rst @@ -32,7 +32,7 @@ to `Python Development Environment Setup Guide`_ for Google Cloud Platform. Supported Python Versions ------------------------- -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions -------------------------- diff --git a/core/setup.py b/core/setup.py index faab8cd5532d..6c2212377188 100644 --- a/core/setup.py +++ b/core/setup.py @@ -69,7 +69,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', diff --git a/dataproc/README.rst b/dataproc/README.rst index 24dd5325c94f..52decb13ed30 100644 --- a/dataproc/README.rst +++ b/dataproc/README.rst @@ -49,7 +49,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/dataproc/setup.py b/dataproc/setup.py index c5a251d736aa..725651297f52 100644 --- a/dataproc/setup.py +++ b/dataproc/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', diff --git a/datastore/README.rst b/datastore/README.rst index d5db80341043..ed998982d3a6 100644 --- a/datastore/README.rst +++ b/datastore/README.rst @@ -53,7 +53,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/datastore/setup.py b/datastore/setup.py index eb51517ad5bc..c618390b506c 100644 --- a/datastore/setup.py +++ b/datastore/setup.py @@ -73,7 +73,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', diff --git a/dlp/README.rst b/dlp/README.rst index 0777fc0e78af..31707334afcc 100644 --- a/dlp/README.rst +++ b/dlp/README.rst @@ -51,7 +51,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/dlp/setup.py b/dlp/setup.py index 8654c1ea9465..3dc39b88cd0d 100644 --- a/dlp/setup.py +++ b/dlp/setup.py @@ -60,7 +60,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', diff --git a/dns/README.rst b/dns/README.rst index 765969f716b4..e5b0b59ea147 100644 --- a/dns/README.rst +++ b/dns/README.rst @@ -50,7 +50,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/dns/setup.py b/dns/setup.py index 8ca4cf1bcd12..1e59c41b87af 100644 --- a/dns/setup.py +++ b/dns/setup.py @@ -73,7 +73,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', diff --git a/error_reporting/README.rst b/error_reporting/README.rst index 28815c9f360f..46bb326bdb78 100644 --- a/error_reporting/README.rst +++ b/error_reporting/README.rst @@ -52,7 +52,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/error_reporting/setup.py b/error_reporting/setup.py index d90e610c0abe..954b888f11cb 100644 --- a/error_reporting/setup.py +++ b/error_reporting/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', diff --git a/firestore/README.rst b/firestore/README.rst index a47f2a11e989..638d040a73d4 100644 --- a/firestore/README.rst +++ b/firestore/README.rst @@ -55,7 +55,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/firestore/setup.py b/firestore/setup.py index b16d4d4557fc..61ff3a174b67 100644 --- a/firestore/setup.py +++ b/firestore/setup.py @@ -74,7 +74,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', diff --git a/iam/README.rst b/iam/README.rst index f4ebafdb8329..77ae118614a9 100644 --- a/iam/README.rst +++ b/iam/README.rst @@ -41,7 +41,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/iam/setup.py b/iam/setup.py index b86d3948fb27..1ad34244d039 100644 --- a/iam/setup.py +++ b/iam/setup.py @@ -64,7 +64,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', diff --git a/iot/README.rst b/iot/README.rst index a09de9e38e38..b48f6fcafe72 100644 --- a/iot/README.rst +++ b/iot/README.rst @@ -50,7 +50,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/iot/setup.py b/iot/setup.py index 79cceb6cc234..8ca474985131 100644 --- a/iot/setup.py +++ b/iot/setup.py @@ -59,7 +59,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', diff --git a/kms/README.rst b/kms/README.rst index 4efff832c9a0..e015f901deaf 100644 --- a/kms/README.rst +++ b/kms/README.rst @@ -51,7 +51,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/kms/setup.py b/kms/setup.py index 7df96d6fc628..4523025e1198 100644 --- a/kms/setup.py +++ b/kms/setup.py @@ -61,7 +61,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', diff --git a/language/README.rst b/language/README.rst index e2943ec321cc..c88d722e9830 100644 --- a/language/README.rst +++ b/language/README.rst @@ -62,7 +62,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/language/setup.py b/language/setup.py index efd7fa7b840f..775b816b38bf 100644 --- a/language/setup.py +++ b/language/setup.py @@ -73,7 +73,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', diff --git a/legacy/google-cloud/setup.py b/legacy/google-cloud/setup.py index bec0c00b32c7..4f0e106be580 100644 --- a/legacy/google-cloud/setup.py +++ b/legacy/google-cloud/setup.py @@ -41,7 +41,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', 'Topic :: Internet', diff --git a/logging/README.rst b/logging/README.rst index 379dd813c249..e7687dc74bb1 100644 --- a/logging/README.rst +++ b/logging/README.rst @@ -48,7 +48,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/monitoring/README.rst b/monitoring/README.rst index 98ad3b489fd0..3a31f83d151f 100644 --- a/monitoring/README.rst +++ b/monitoring/README.rst @@ -50,7 +50,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/monitoring/setup.py b/monitoring/setup.py index 2b0b06e60759..50e0e256bc58 100644 --- a/monitoring/setup.py +++ b/monitoring/setup.py @@ -73,7 +73,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', diff --git a/oslogin/README.rst b/oslogin/README.rst index f7ac8a1b53f1..a4a7df0e38d8 100644 --- a/oslogin/README.rst +++ b/oslogin/README.rst @@ -48,7 +48,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/oslogin/setup.py b/oslogin/setup.py index d8b3bb81978b..a633cf9aba71 100644 --- a/oslogin/setup.py +++ b/oslogin/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', diff --git a/pubsub/README.rst b/pubsub/README.rst index 47f3eb452823..2895b60f761e 100644 --- a/pubsub/README.rst +++ b/pubsub/README.rst @@ -60,7 +60,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/pubsub/setup.py b/pubsub/setup.py index f057f7ce8fd8..d9ad1aea8410 100644 --- a/pubsub/setup.py +++ b/pubsub/setup.py @@ -74,7 +74,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', diff --git a/redis/README.rst b/redis/README.rst index b596b48d3174..347dc6af9cc1 100644 --- a/redis/README.rst +++ b/redis/README.rst @@ -51,7 +51,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/redis/setup.py b/redis/setup.py index b49afda8e8d4..9bab3e01e7b4 100644 --- a/redis/setup.py +++ b/redis/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', diff --git a/resource_manager/README.rst b/resource_manager/README.rst index 15d68e2df869..c4c271e1ff7a 100644 --- a/resource_manager/README.rst +++ b/resource_manager/README.rst @@ -61,7 +61,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/resource_manager/setup.py b/resource_manager/setup.py index e5f0f99a27c2..3659e09757e3 100644 --- a/resource_manager/setup.py +++ b/resource_manager/setup.py @@ -73,7 +73,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', diff --git a/runtimeconfig/README.rst b/runtimeconfig/README.rst index 68f311ec1dd4..a74e0d32abe3 100644 --- a/runtimeconfig/README.rst +++ b/runtimeconfig/README.rst @@ -54,7 +54,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/runtimeconfig/setup.py b/runtimeconfig/setup.py index 5c496ff19385..7766c170563b 100644 --- a/runtimeconfig/setup.py +++ b/runtimeconfig/setup.py @@ -73,7 +73,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', diff --git a/scheduler/README.rst b/scheduler/README.rst index c368e895fd17..45246f122c7f 100644 --- a/scheduler/README.rst +++ b/scheduler/README.rst @@ -42,7 +42,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/securitycenter/README.rst b/securitycenter/README.rst index a5e6e92f65ec..02c4192c4640 100644 --- a/securitycenter/README.rst +++ b/securitycenter/README.rst @@ -50,7 +50,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/securitycenter/setup.py b/securitycenter/setup.py index 9dd408c1162d..7c52a286c0c8 100644 --- a/securitycenter/setup.py +++ b/securitycenter/setup.py @@ -61,7 +61,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', diff --git a/spanner/README.rst b/spanner/README.rst index 0f1606d41411..94cf80c7f9e7 100644 --- a/spanner/README.rst +++ b/spanner/README.rst @@ -56,7 +56,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/spanner/setup.py b/spanner/setup.py index 8ab88dd0a913..83da5737ade3 100644 --- a/spanner/setup.py +++ b/spanner/setup.py @@ -74,7 +74,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', diff --git a/speech/README.rst b/speech/README.rst index 064a51faec35..64cc0d893d19 100644 --- a/speech/README.rst +++ b/speech/README.rst @@ -51,7 +51,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/speech/setup.py b/speech/setup.py index 4a0344616d64..2f41de6c5eb5 100644 --- a/speech/setup.py +++ b/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', diff --git a/storage/README.rst b/storage/README.rst index 20aaf3cb7464..6cfa30effbc4 100644 --- a/storage/README.rst +++ b/storage/README.rst @@ -52,7 +52,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/talent/setup.py b/talent/setup.py index 0c5d0ed9f848..eda98801228b 100644 --- a/talent/setup.py +++ b/talent/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', diff --git a/tasks/README.rst b/tasks/README.rst index f018345912da..c2aa0ca1f9cb 100644 --- a/tasks/README.rst +++ b/tasks/README.rst @@ -50,7 +50,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/tasks/setup.py b/tasks/setup.py index 5684862d1d11..5f7b3225e6b4 100644 --- a/tasks/setup.py +++ b/tasks/setup.py @@ -61,7 +61,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', diff --git a/test_utils/setup.py b/test_utils/setup.py index f4a334007b43..8e9222a7f862 100644 --- a/test_utils/setup.py +++ b/test_utils/setup.py @@ -40,7 +40,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', diff --git a/texttospeech/README.rst b/texttospeech/README.rst index 839045ecc4f1..4b128b243fcb 100644 --- a/texttospeech/README.rst +++ b/texttospeech/README.rst @@ -50,7 +50,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/texttospeech/setup.py b/texttospeech/setup.py index 06454c51cc14..46ce1f32f18e 100644 --- a/texttospeech/setup.py +++ b/texttospeech/setup.py @@ -85,7 +85,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', diff --git a/trace/README.rst b/trace/README.rst index 7fccd93fb742..8d32e2ead3cd 100644 --- a/trace/README.rst +++ b/trace/README.rst @@ -49,7 +49,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/trace/setup.py b/trace/setup.py index e73575ce9736..efde57cbb6cb 100644 --- a/trace/setup.py +++ b/trace/setup.py @@ -73,7 +73,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', diff --git a/translate/README.rst b/translate/README.rst index 7d527d2ca325..ab1762eda107 100644 --- a/translate/README.rst +++ b/translate/README.rst @@ -55,7 +55,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/translate/setup.py b/translate/setup.py index 46d4682f1801..602497d2d6e4 100644 --- a/translate/setup.py +++ b/translate/setup.py @@ -73,7 +73,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', diff --git a/videointelligence/README.rst b/videointelligence/README.rst index 53610cbc1fa5..fc9c1a987a47 100644 --- a/videointelligence/README.rst +++ b/videointelligence/README.rst @@ -56,7 +56,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/videointelligence/setup.py b/videointelligence/setup.py index 37cb7b003f04..c79cf07e1a86 100644 --- a/videointelligence/setup.py +++ b/videointelligence/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', diff --git a/vision/README.rst b/vision/README.rst index af73627688fa..232cf6729912 100644 --- a/vision/README.rst +++ b/vision/README.rst @@ -61,7 +61,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/vision/setup.py b/vision/setup.py index 9882d534b6cd..989a581798cc 100644 --- a/vision/setup.py +++ b/vision/setup.py @@ -58,7 +58,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', diff --git a/websecurityscanner/README.rst b/websecurityscanner/README.rst index ec46dab4cf61..e9dee9b3bcba 100644 --- a/websecurityscanner/README.rst +++ b/websecurityscanner/README.rst @@ -49,7 +49,7 @@ dependencies. Supported Python Versions ~~~~~~~~~~~~~~~~~~~~~~~~~ -Python >= 3.4 +Python >= 3.5 Deprecated Python Versions ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/websecurityscanner/setup.py b/websecurityscanner/setup.py index f7a7cb833c45..f44427dfa383 100644 --- a/websecurityscanner/setup.py +++ b/websecurityscanner/setup.py @@ -75,7 +75,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',