We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d6c91 commit c7ccaedCopy full SHA for c7ccaed
1 file changed
setup.py
@@ -54,7 +54,7 @@ def build_cython():
54
pyx for pyx, c in zip(pyx_filenames, c_filenames)
55
if os.path.exists(pyx) and needs_compilation(c, pyx)]
56
if len(nc_pyx_filenames) > 0:
57
- cython_cmd = [sys.executable, '-m', 'cython']
+ cython_cmd = [sys.executable, '-m', 'cython', "-3"]
58
cmd = cython_cmd + nc_pyx_filenames
59
env = dict(os.environ)
60
env['PYTHONPATH'] = os.pathsep.join(sys.path)
0 commit comments