mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-04-14 06:50:20 +00:00
Remove code and tests for unsupported Python 3.3 and 3.4 (#249)
This commit is contained in:
parent
1985eb7618
commit
3a098851be
5 changed files with 6 additions and 34 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e -x
|
||||
|
||||
for V in cp36-cp36m cp35-cp35m cp34-cp34m cp27-cp27m cp27-cp27mu; do
|
||||
for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
|
||||
PYBIN=/opt/python/$V/bin
|
||||
$PYBIN/python setup.py install
|
||||
rm -rf build/ # Avoid lib build by narrow Python is used by wide python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue