Skip to content

Commit 90fff2f

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 c32de13 commit 90fff2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-dlp/README.rst

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

5252
Supported Python Versions
5353
^^^^^^^^^^^^^^^^^^^^^^^^^
54-
Python >= 3.4
54+
Python >= 3.5
5555

5656
Deprecated Python Versions
5757
^^^^^^^^^^^^^^^^^^^^^^^^^^

packages/google-cloud-dlp/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
'Programming Language :: Python :: 2',
6161
'Programming Language :: Python :: 2.7',
6262
'Programming Language :: Python :: 3',
63-
'Programming Language :: Python :: 3.4',
6463
'Programming Language :: Python :: 3.5',
6564
'Programming Language :: Python :: 3.6',
6665
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)