Skip to content

Commit e4d8298

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 3323e0f commit e4d8298

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-language/README.rst

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

6363
Supported Python Versions
6464
^^^^^^^^^^^^^^^^^^^^^^^^^
65-
Python >= 3.4
65+
Python >= 3.5
6666

6767
Deprecated Python Versions
6868
^^^^^^^^^^^^^^^^^^^^^^^^^^

packages/google-cloud-language/setup.py

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

0 commit comments

Comments
 (0)