Skip to content

Commit

Permalink
Remove classifier for Python 3.4 for end-of-life. (#7535)
Browse files Browse the repository at this point in the history
* Remove classifier for Python 3.4 for end-of-life.

* Update supported versions in Client README, Contributing Guide
  • Loading branch information
crwilcox committed Mar 20, 2019
1 parent 52510bd commit 47804c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-websecurityscanner/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies.

Supported Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Python >= 3.4
Python >= 3.5

Deprecated Python Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion packages/google-cloud-websecurityscanner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 47804c0

Please sign in to comment.