summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--msgpack/_cmsgpack.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/_cmsgpack.pyx b/msgpack/_cmsgpack.pyx
index a48d5b5..8ebdbf5 100644
--- a/msgpack/_cmsgpack.pyx
+++ b/msgpack/_cmsgpack.pyx
@@ -1,4 +1,4 @@
# coding: utf-8
-#cython: embedsignature=True, c_string_encoding=ascii, language_level=2
+#cython: embedsignature=True, c_string_encoding=ascii, language_level=3
include "_packer.pyx"
include "_unpacker.pyx"