summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2021-11-16 16:19:47 +0900
committerGitHub <noreply@github.com>2021-11-16 16:19:47 +0900
commitb3f72541925cda3b018942db45a59936184727e3 (patch)
treecc292c34c376f7ee2065fc215a1ba322702c45f5 /Makefile
parent9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81 (diff)
downloadmsgpack-python-b3f72541925cda3b018942db45a59936184727e3.tar.gz
Support Python 3.10 and Drop Python 3.5 (#487)
* linux: Use manylinux2014 * mac: Drop Python 3.6 too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6f29aed..b50fa80 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,8 @@ update-docker:
.PHONY: linux-wheel
linux-wheel:
- docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash docker/buildwheel.sh
- docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux1_x86_64 bash docker/buildwheel.sh
+ docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_i686 bash docker/buildwheel.sh
+ docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_x86_64 bash docker/buildwheel.sh
.PHONY: linux-arm64-wheel
linux-arm64-wheel: