Commit c12815a8 authored by Stefan Behnel's avatar Stefan Behnel

make sure we do not compile (for now) in Py3

parent cd8428e9
......@@ -47,7 +47,7 @@ else:
scripts = ["cython.py"]
try:
if version is None:
if sys.version_info[0] >= 3:
raise ValueError
sys.argv.remove("--no-cython-compile")
except ValueError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment