Chromium Code Reviews| Index: setup.py |
| diff --git a/setup.py b/setup.py |
| index 8a684ae435068ada3281903cd00c3ba524895bb9..f03f444f13d5514a5e920fc557a156f679f69a37 100644 |
| --- a/setup.py |
| +++ b/setup.py |
| @@ -53,7 +53,7 @@ setup( |
| 'Programming Language :: Python :: 2', |
| 'Programming Language :: Python :: 2.7', |
| 'Programming Language :: Python :: 3', |
| - 'Programming Language :: Python :: 3.4', |
| + 'Programming Language :: Python :: 3.5', |
| 'Topic :: Software Development :: Testing', |
| ], |
| ) |