Skip to content

Commit 5d0719c

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 223a864 commit 5d0719c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-kms/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-kms/setup.py

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

0 commit comments

Comments
 (0)