Skip to content

Commit

Permalink
Use language level 3 compiler directive for cython.
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed Nov 7, 2020
1 parent dd2606b commit fc0df9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
os.path.join(p, "ext", "__init__.py"),
],
nthreads=2,
compiler_directives = {'language_level': 3},
quiet=True,
)
except ImportError:
Expand Down

0 comments on commit fc0df9e

Please sign in to comment.