Skip to content

Commit b223ee3

Browse files
authored
Only use Python 3.7 for Python tests
1 parent 86ca68b commit b223ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-latest
143143
strategy:
144144
matrix:
145-
python-version: [ '3.5', '3.6', '3.7' ]
145+
python-version: [ '3.7' ]
146146

147147
steps:
148148
-

0 commit comments

Comments
 (0)