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