diff --git a/compile.py b/compile.py index a630fb2..31537b1 100644 --- a/compile.py +++ b/compile.py @@ -14,5 +14,6 @@ ext_modules = [ setup( name="comment_server", cmdclass={"build_ext": build_ext}, - ext_modules=ext_modules + ext_modules=ext_modules, + compiler_directives={'language_level': '3'} )