Skip to content

Commit 55f04d5

Browse files
authored
Remove classifier for Python 3.4 for end-of-life. (#7535)
* Remove classifier for Python 3.4 for end-of-life. * Update supported versions in Client README, Contributing Guide
1 parent 4101c1e commit 55f04d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-automl/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies.
5252

5353
Supported Python Versions
5454
^^^^^^^^^^^^^^^^^^^^^^^^^
55-
Python >= 3.4
55+
Python >= 3.5
5656

5757
Deprecated Python Versions
5858
^^^^^^^^^^^^^^^^^^^^^^^^^^

packages/google-cloud-automl/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
'Programming Language :: Python :: 2',
5959
'Programming Language :: Python :: 2.7',
6060
'Programming Language :: Python :: 3',
61-
'Programming Language :: Python :: 3.4',
6261
'Programming Language :: Python :: 3.5',
6362
'Programming Language :: Python :: 3.6',
6463
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)