summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2014-06-06 13:19:00 +0200
committerHanno Schlichting <hanno@hannosch.eu>2014-06-06 13:19:00 +0200
commitae7818741f7cff149d73b7f54c8995010416d2bf (patch)
treee2bbcf40baabcea11f6a54d290e3aacfa4bafdfd /setup.py
parentb9b9739086d4ca0b481877c831c2f47e85dccc73 (diff)
downloadkazoo-ae7818741f7cff149d73b7f54c8995010416d2bf.tar.gz
Start testing against Python 3.4 and update to gevent 1.0.1.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d73e591..ed72ea0 100644
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,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",
"Topic :: Communications",