mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-09 14:01:03 +00:00
Try language_level=3 (#329)
This commit is contained in:
parent
d782464c91
commit
2f808b6e01
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# coding: utf-8
|
# 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 "_packer.pyx"
|
||||||
include "_unpacker.pyx"
|
include "_unpacker.pyx"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue