Skip to content

Commit 4358bea

Browse files
authored
Remove Python3.5 from test workflow (#6461)
* Remove Python3.5 from test workflow Signed-off-by: elulcao <elulcao@icloud.com> * Remove Python3.5 from test workflow Signed-off-by: elulcao <elulcao@icloud.com>
1 parent d5fed00 commit 4358bea

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.x]
12-
exclude:
13-
- os: macos-latest
14-
python-version: 3.5
11+
python-version: [3.6, 3.7, 3.8, 3.9, 3.x]
1512
name: ${{ matrix.os }} Python ${{ matrix.python-version }} Test
1613
steps:
1714
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)