From 25a220fd08720cf503dd870bf1b53d653d8aa9c2 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Fri, 4 Dec 2015 11:17:45 -0800 Subject: Update setup.py to show python 3.5 compatibility explicitly --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d50d28d..5fc2417 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", ] -- cgit v1.2.1