Skip to content

Commit 38dde14

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 4457f75 commit 38dde14

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-videointelligence/README.rst

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

5757
Supported Python Versions
5858
^^^^^^^^^^^^^^^^^^^^^^^^^
59-
Python >= 3.4
59+
Python >= 3.5
6060

6161
Deprecated Python Versions
6262
^^^^^^^^^^^^^^^^^^^^^^^^^^

packages/google-cloud-videointelligence/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
'Programming Language :: Python :: 2',
7373
'Programming Language :: Python :: 2.7',
7474
'Programming Language :: Python :: 3',
75-
'Programming Language :: Python :: 3.4',
7675
'Programming Language :: Python :: 3.5',
7776
'Programming Language :: Python :: 3.6',
7877
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)