diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2021-11-16 16:19:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 16:19:47 +0900 |
| commit | b3f72541925cda3b018942db45a59936184727e3 (patch) | |
| tree | cc292c34c376f7ee2065fc215a1ba322702c45f5 /Makefile | |
| parent | 9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81 (diff) | |
| download | msgpack-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
