From c9949b2e588a8a1b55fd33832f8d08c688f80504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=C5=A1ek=20Dohnal?= Date: Sun, 4 Dec 2016 17:34:41 +0100 Subject: [PATCH] Added support for Python 3.4. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 23ff140..a8495e2 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3 :: Only',