Skip to content

Commit 6d1e3b9

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 79a4176 commit 6d1e3b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-iam/README.rst

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

4242
Supported Python Versions
4343
^^^^^^^^^^^^^^^^^^^^^^^^^
44-
Python >= 3.4
44+
Python >= 3.5
4545

4646
Deprecated Python Versions
4747
^^^^^^^^^^^^^^^^^^^^^^^^^^

packages/google-cloud-iam/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
'Programming Language :: Python :: 2',
6565
'Programming Language :: Python :: 2.7',
6666
'Programming Language :: Python :: 3',
67-
'Programming Language :: Python :: 3.4',
6867
'Programming Language :: Python :: 3.5',
6968
'Programming Language :: Python :: 3.6',
7069
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)