Skip to content

Commit 53ee0a4

Browse files
committed
bump CI to Python 3.7 to match new minimum
1 parent dd163ea commit 53ee0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v2
2828
with:
29-
python-version: '3.6'
29+
python-version: '3.7'
3030

3131
- name: Install dependencies
3232
run: |

0 commit comments

Comments
 (0)