From bf2cf0e2026d6057abe6aa1873c7fd9aa2417243 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 30 Dec 2013 14:17:57 -0500 Subject: [PATCH] Add python 3.4 tag to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5be363752..db0018b9f 100644 --- a/setup.py +++ b/setup.py @@ -166,6 +166,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', ], -- 2.47.2