Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 54ea587

Browse files
committed
unsupport 3.5, 3.6
1 parent 9a06462 commit 54ea587

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
14+
python-version: [3.7, 3.8, 3.9]
1515
os: [macos-latest, windows-latest, ubuntu-latest]
1616
steps:
1717
- uses: actions/checkout@v1
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ${{ matrix.os }}
8181
strategy:
8282
matrix:
83-
python-version: [3.5, 3.6, 3.7, 3.8]
83+
python-version: [3.7, 3.8, 3.9]
8484
# ubuntu wheel is built in `manylinux_build.yml`
8585
os: [macos-latest, windows-latest]
8686

.github/workflows/manylinux_build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version:
13-
- 3.5
14-
- 3.6
1513
- 3.7
1614
- 3.8
1715
- 3.9

.github/workflows/test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
14+
python-version: [3.7, 3.8, 3.9]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
steps:
1717
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_pypi_manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
container:
1515
- centos
1616
- manylinux
17-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
17+
python-version: [3.7, 3.8, 3.9]
1818
env:
1919
DOCKERFILE: dockerfiles/ci/${{ matrix.container }}/Dockerfile
2020
PYTHON: python${{ matrix.python-version }}

0 commit comments

Comments
 (0)