Skip to content

Commit 39c45d5

Browse files
committed
compiler directive python2
1 parent 7fa9ba9 commit 39c45d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
]
1414

1515
setup(
16-
ext_modules = cythonize(extensions)
16+
ext_modules = cythonize(extensions, compiler_directives={'language_level': '2'})
1717
)

0 commit comments

Comments
 (0)