From 3b8f913fcbf8f7232e59c88f9a92bc05845928c9 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 19 Sep 2015 12:01:52 +0300 Subject: [PATCH] setup: Python 3.5 is supported --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7027b67..e556710 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ setup( 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: System :: Networking', 'Topic :: Communications',