From 7d6a7acb0d8f77b9a1d5500db61386360a4e2a07 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 17 May 2018 19:25:39 -0400 Subject: [PATCH] 3.6 Signed-off-by: Kenneth Reitz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),