summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-18 21:35:56 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-18 21:35:56 -0500
commit3f7dc9891d8b592e483c79f9b87badb9cd5e719e (patch)
treee27409982f6d6e4d1cc08799bb4343b1ee0d2d9d /setup.py
parentfaa63fdc480319d17b89cd302bc7cc5dc863970d (diff)
downloadwaitress-3f7dc9891d8b592e483c79f9b87badb9cd5e719e.tar.gz
Add support for Python 3.4, PyPy3.
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 33c5963..9d48433 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,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",
'Natural Language :: English',