Skip to content

Commit ebae2c5

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 054c860 commit ebae2c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-dataproc/README.rst

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

5050
Supported Python Versions
5151
^^^^^^^^^^^^^^^^^^^^^^^^^
52-
Python >= 3.4
52+
Python >= 3.5
5353

5454
Deprecated Python Versions
5555
^^^^^^^^^^^^^^^^^^^^^^^^^^

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