Drop Python 2 support from _cmsgpack (#376)

This commit is contained in:
Inada Naoki 2019-11-28 20:23:34 +09:00 committed by GitHub
parent b458e9a6a2
commit 891f2d8743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 36 additions and 55 deletions

View file

@ -3,6 +3,4 @@ PYTHON_VERSIONS=(
cp37-cp37m
cp36-cp36m
cp35-cp35m
cp27-cp27m
cp27-cp27mu
)