From 00dc70dbe25dc7e57012700a2c93e68355f3d8fc Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 18 Apr 2017 14:45:06 -0400 Subject: [PATCH] update setup.py to reflect that it works in 3.5 and 3.6 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index abad1b9..35d6e6e 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,8 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Communications",