Skip to content

Commit 008165c

Browse files
committed
Drop python 3.5 from GitHub action, since it now fails to download
1 parent 861383c commit 008165c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python-version: [ "3.5", "3.6" ]
38+
python-version: [ "3.6" ]
3939

4040
steps:
4141
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)