summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5b506f529..8e7e62829 100644
--- a/setup.py
+++ b/setup.py
@@ -137,7 +137,7 @@ def run_setup(with_cext):
**kwargs
)
-if pypy or jython or py3k:
+if pypy or jython:
run_setup(False)
status_msgs(
"WARNING: C extensions are not supported on " +