Skip to content

Commit 0c84dcb

Browse files
committed
Updated setup
1 parent ede0dae commit 0c84dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def get_tag(self):
445445
# Note: if not using `cythonize`, coverage can be enabled by
446446
# pinning `ext.cython_directives = directives` to each ext in extensions.
447447
# github.com/cython/cython/wiki/enhancements-compilerdirectives#in-setuppy
448-
directives = {'linetrace': False}
448+
directives = {'linetrace': False, 'language_level': 3}
449449
macros = []
450450
if linetrace:
451451
# https://pypkg.com/pypi/pytest-cython/f/tests/example-project/setup.py

0 commit comments

Comments
 (0)