Skip to content

Commit

Permalink
Drop python 3.5 support. (v6d-io#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighingnow authored Jan 25, 2021
1 parent 55b6df8 commit 053fb41
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
python: [cp35-cp35m, cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39]
python: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -72,7 +72,6 @@ jobs:
run: |
# setup python
case "${{ matrix.python }}" in
("cp35-cp35m") sudo conda create --quiet --yes -n buildwheel python=3.5 ;;
("cp36-cp36m") sudo conda create --quiet --yes -n buildwheel python=3.6 ;;
("cp37-cp37m") sudo conda create --quiet --yes -n buildwheel python=3.7 ;;
("cp38-cp38") sudo conda create --quiet --yes -n buildwheel python=3.8 ;;
Expand Down
1 change: 0 additions & 1 deletion docker/pypa/Dockerfile.manylinux1-wheel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ FROM docker.pkg.github.com/alibaba/libvineyard/vineyard-manylinux1:20201115
# target: docker.pkg.github.com/alibaba/libvineyard/vineyard-wheel

# specify python version:
# - cp35-cp35m
# - cp36-cp36m
# - cp37-cp37m
# - cp38-cp38
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def has_ext_modules(self):
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 053fb41

Please sign in to comment.