-
Notifications
You must be signed in to change notification settings - Fork 241
Drop Python 2 support #518
Copy link
Copy link
Closed
Milestone
Description
According to pypi page, the python2 support has been dropped with release 1.0.
The main branch in the repository is currently v.1.0.4 release (https://github.com/msgpack/msgpack-python/blob/main/msgpack/__init__.py#L9).
However, there is python2 specific code in the repository. For example:
setup.pychecks for python2msgpack/fallback.pycould be simplified- python2 is checked in
tox.ini test/test_timestamp.pyskip some tests with python2 (@pytest.mark.skipif(sys.version_info[0] == 2) ;test/test_extension.pyhas also a conditional
Are you interested by a PR to remove them?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels