From 47b85186e7a46ef14217418a74d1c9db91d50dec Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Wed, 19 Mar 2014 13:15:25 -0700 Subject: [PATCH] Claim support for python 3.4 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4f203b0fc..85d2dcbc1 100755 --- a/setup.py +++ b/setup.py @@ -316,6 +316,7 @@ setup( "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: Jython", "Programming Language :: Python :: Implementation :: PyPy",