Skip to content

Commit e172dcb

Browse files
authored
Remove 3.5 testing.
1 parent 5bfc1b4 commit e172dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-osx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.5", "3.6", "3.7", "3.8"]
11+
python-version: ["3.6", "3.7", "3.8"]
1212

1313
steps:
1414
- name: Checkout source

0 commit comments

Comments
 (0)