Skip to content

Commit 2f808b6

Browse files
authored
Try language_level=3 (#329)
1 parent d782464 commit 2f808b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack/_cmsgpack.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# coding: utf-8
2-
#cython: embedsignature=True, c_string_encoding=ascii, language_level=2
2+
#cython: embedsignature=True, c_string_encoding=ascii, language_level=3
33
include "_packer.pyx"
44
include "_unpacker.pyx"

0 commit comments

Comments
 (0)