Skip to content

Commit

Permalink
Set Cython language_level to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
buhanec committed Jul 16, 2020
1 parent f9b9759 commit 494abb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
Extension('spookyhash',
['src/spookyhash.pyx', 'src/SpookyV2.cpp'],
language='c++'),
], compiler_directives={'embedsignature': True}),
], compiler_directives={'embedsignature': True,
'language_level': 3}),
)

0 comments on commit 494abb5

Please sign in to comment.