Skip to content

Commit 1124457

Browse files
authored
Remove python 3.5 from python linter
1 parent e227654 commit 1124457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_linter.yml

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

4040
##################
4141
# Load all steps #

0 commit comments

Comments
 (0)