We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42526f commit 3a742efCopy full SHA for 3a742ef
setup.py
@@ -450,7 +450,8 @@ def run(self):
450
# Note: if not using `cythonize`, coverage can be enabled by
451
# pinning `ext.cython_directives = directives` to each ext in extensions.
452
# github.com/cython/cython/wiki/enhancements-compilerdirectives#in-setuppy
453
-directives = {'linetrace': False}
+directives = {'linetrace': False,
454
+ 'language_level': 2}
455
macros = []
456
if linetrace:
457
# https://pypkg.com/pypi/pytest-cython/f/tests/example-project/setup.py
0 commit comments