diff --git a/setup.py b/setup.py index bdc284f..7e973ae 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.6', ], test_suite="test_httpbin", packages=find_packages(),