Skip to content

Commit 489e9e5

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 c076a1a commit 489e9e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-vision/README.rst

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

6262
Supported Python Versions
6363
^^^^^^^^^^^^^^^^^^^^^^^^^
64-
Python >= 3.4
64+
Python >= 3.5
6565

6666
Deprecated Python Versions
6767
^^^^^^^^^^^^^^^^^^^^^^^^^^

packages/google-cloud-vision/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)