msgpack-python/msgpack
Evgeny Markov c8d0751fe3
Drop Python 3.6 support (#543)
The following steps have been taken:

1. Black was updated to latest version. The code has been formatted with
the new version.
2. The pyupgrade utility is installed. This helped to remove all the
code that was needed to support Python < 3.7.

Fix #541.

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2023-05-24 01:41:08 +09:00
..
__init__.py Drop Python 3.6 support (#543) 2023-05-24 01:41:08 +09:00
_cmsgpack.pyx Support datetime. (#394) 2019-12-11 23:48:16 +09:00
_packer.pyx Drop python2 support (#519) 2023-05-21 16:26:39 +09:00
_unpacker.pyx Drop python2 support (#519) 2023-05-21 16:26:39 +09:00
buff_converter.h Drop Python 2 support from _cmsgpack (#376) 2019-11-28 20:23:34 +09:00
exceptions.py Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00
ext.py Drop Python 3.6 support (#543) 2023-05-24 01:41:08 +09:00
fallback.py Drop Python 3.6 support (#543) 2023-05-24 01:41:08 +09:00
pack.h Remove unused code 2023-01-18 08:08:58 +00:00
pack_template.h Use PyFloat_Pack8() on Python 3.11a7 (#499) 2022-03-14 11:23:11 +09:00
sysdep.h Fix build error caused by ntohs, ntohl (#514) 2022-08-08 15:08:40 +09:00
unpack.h Improve exception message relating to strict_map_key (#485) 2021-11-16 14:47:40 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h Use PyFloat_Pack8() on Python 3.11a7 (#499) 2022-03-14 11:23:11 +09:00