Skip to content

Commit eb1add8

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 e8efb16 commit eb1add8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/google-cloud-monitoring/README.rst

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

5151
Supported Python Versions
5252
^^^^^^^^^^^^^^^^^^^^^^^^^
53-
Python >= 3.4
53+
Python >= 3.5
5454

5555
Deprecated Python Versions
5656
^^^^^^^^^^^^^^^^^^^^^^^^^^

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