Skip to content

Commit 0ee94ed

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 6107b0e commit 0ee94ed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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